<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:36] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L2[00:02:04] <Kleadron> now you can put text in them http://tinyurl.com/y9rvf5ry
L3[00:02:48] <Kleadron> it also looks funny when it malfunctions lol
L4[00:03:01] <logan2611> send
L5[00:04:10] <Kleadron> send the file?
L6[00:04:30] <logan2611> send a picture of it malfunctioning
L7[00:04:32] <logan2611> ;p
L8[00:04:37] <Kleadron> ok lol
L9[00:04:42] <Kleadron> one sec gotta break it
L10[00:05:44] <Kleadron> Is there an easy way of reloading a program without reloading the entire save, i use notepad++ to edit it
L11[00:05:53] <logan2611> uhh
L12[00:06:01] <logan2611> reboot the computer I think
L13[00:06:18] <Kleadron> http://tinyurl.com/yas4hbb2
L14[00:06:46] <Kleadron> i changed where the window edges draw
L15[00:06:56] <logan2611> ah
L16[00:07:16] <Kleadron> the window size is determined by some variables
L17[00:07:27] <Kleadron> http://tinyurl.com/ycpluq3u
L18[00:07:38] <Kleadron> X and Y is the anchor
L19[00:07:42] <Kleadron> basically the top left
L20[00:07:58] <Kleadron> width and height control how tall and wide to make it
L21[00:08:12] <Kleadron> title draws the title text over the top bar
L22[00:08:42] <Kleadron> and the content is an array of words which are turned into lines
L23[00:08:47] <logan2611> nice
L24[00:09:12] <Kleadron> Text drawing feature will be optional
L25[00:09:45] <Kleadron> there is also a setting to draw the background of the window, at the cost of performance
L26[00:10:41] <Kleadron> drawbackground basicaly covers the background of the window with empty characters
L27[00:11:02] <Kleadron> slow as heck
L28[00:13:48] <Kleadron> i merged the text drawing function into the window function just now
L29[00:32:19] <Kleadron> The drawing function malfunctions when it goes offscreen lol
L30[00:34:22] <Kleadron> only right and down though
L31[00:34:25] <Kleadron> its fun to watch
L32[00:34:55] <Kleadron> http://tinyurl.com/y8gnv4an
L33[00:35:30] <Kleadron> Probably explains why they dont allow you to push the window past the edge of the screen in kittenos
L34[00:36:58] <Kleadron> The random numbers were me seeing if i could put variables into arrays and display them
L35[00:37:06] <Kleadron> and i was right
L36[00:37:30] <Kleadron> and it works [Edited]
L37[00:37:35] <Kleadron> and it works*
L38[00:39:41] <Kleadron> Beleive it or not this actualy works in minios if you remove the require part for the term api
L39[00:39:57] <Kleadron> which means i could prossibly make cool things with minios
L40[00:41:14] <Kleadron> like a lightweight reactor control program
L41[00:41:41] <Kleadron> have a check to see if its openos or minios tho
L42[00:43:00] <gamax92> lol minios
L43[00:43:15] <Kleadron> i originaly made it for minios
L44[00:51:26] <Kleadron> Minios version (slightly modified shell) http://tinyurl.com/ycjd49j7
L45[00:53:14] <Izaya> tfw people pay attention to minios despite it not being touched for like 4 years and PsychOS sits unused
L46[00:54:14] <Kleadron> im the only one paying attention to it
L47[00:54:22] <Kleadron> mostly because i want to test things with it
L48[00:55:26] <Kleadron> What is PsychOS
L49[00:55:36] <Kleadron> Also
L50[00:55:47] <Kleadron> why the hell does every operating system need an OS at the end
L51[00:55:59] <logan2611> OSOS
L52[00:56:01] <logan2611> genius
L53[00:56:32] <RobotPigeon> macOS
L54[00:56:32] <RobotPigeon> LinuxOS
L55[00:56:32] <RobotPigeon> WindOwS
L56[00:56:42] <logan2611> WindOwOs
L57[00:56:47] <Izaya> PsychOS was called PsychOS because it was a clever pun
L58[00:56:57] <RobotPigeon> WindOwOwhatsthis
L59[00:56:59] <Kleadron> i understand the pun
L60[00:57:00] <Izaya> and it's my fancy multitasking CLI OS that I haven't touched in a year
L61[00:57:12] <Kleadron> this? https://oc.shadowkat.net/PsychOS/
L62[00:57:30] <Kleadron> How does it multitask?
L63[00:57:38] <logan2611> using child slavery
L64[00:58:09] <Kleadron> im guessing it forces logan to press buttons as fast as sonic on steroid
L65[00:58:11] <Kleadron> im guessing it forces logan to press buttons as fast as sonic on steroids [Edited]
L66[00:58:39] <logan2611> well I can do that
L67[00:58:57] <logan2611> I hit 1 button on 1 program, move on to the next
L68[00:59:03] <logan2611> very efficient multitasking
L69[00:59:32] <Kleadron> Izaya is it a task switcher or the real deal multitasking where it runs two programs at the same time
L70[01:00:13] <Kleadron> A task switcher just keeps a program in memory and then continues it when the user wants it again
L71[01:00:39] <Izaya> well
L72[01:00:45] <Izaya> OC computers have a single thread
L73[01:00:49] <Izaya> it's coop multitasking
L74[01:00:57] <Izaya> because that's all you can do in OC
L75[01:02:16] <Kleadron> So im guessing that it runs one program on a tick and then goes to the next program and runs it on the next tick?
L76[01:02:26] <Izaya> ticks?
L77[01:02:29] <Izaya> nah
L78[01:02:31] <Izaya> can't enforce that
L79[01:02:33] <Kleadron> Idk
L80[01:02:43] <Izaya> it has a very complicated scheduler(TM)\
L81[01:02:46] <Kleadron> im a nooblet
L82[01:02:56] <Kleadron> but i made a window system with write functions
L83[01:03:02] <Izaya> based on the amount of events in a program's queue
L84[01:03:03] <Kleadron> very compacc too
L85[01:03:14] <Kleadron> Does it run opencomputers programs
L86[01:03:23] <Izaya> it is an opencomputers program
L87[01:03:28] <Kleadron> oh
L88[01:03:33] <Izaya> it is not compatible with OpenOS though
L89[01:03:44] <Kleadron> thats what i mean lmao
L90[01:04:04] <Izaya> it's compatible with the lua standard API though
L91[01:04:42] <Kleadron> My window system uses the term api which is basically available on almost all operating systems
L92[01:04:47] <Kleadron> does yours have a term api
L93[01:05:06] <Kleadron> if it does than it would be easy to port
L94[01:06:01] <Izaya> it does not
L95[01:06:05] <Izaya> it has a broken VT52 emulator
L96[01:06:41] <Kleadron> lol wtf a vt52
L97[01:07:01] <Kleadron> an old computer
L98[01:07:42] <Kleadron> no wonder nobody wants to use it
L99[01:07:55] <Izaya> not a computer
L100[01:07:59] <Izaya> terminal
L101[01:08:08] <Izaya> just like how your terminal emulator emulates a VT100
L102[01:08:16] <Izaya> mine does VT52 because it's simpler
L103[01:09:15] <Izaya> fun fact
L104[01:09:26] <Izaya> the terminal API in OpenOS is redundant except for like 4 functions
L105[01:09:35] <Izaya> you can do 90% of it with io.write
L106[01:13:59] <Chewy> Anybody having an issue with no signal when you try and use remote terminals..
L107[01:14:09] <Chewy> It worked for a second but now everytime I try it seems glitched
L108[01:15:38] <Chewy> Never mind. Terminal server was glitched or something. I just made a new one. Worked like a charm
L109[01:17:45] ⇨ Joins: Chewy (Chewy!~chewy@c-73-246-69-95.hsd1.il.comcast.net)
L110[01:18:03] <Tangent> I had some issues with remote terminals too.
L111[01:18:16] <Tangent> idk if mod issue or what, just abandoned the world with the problems anyhow xD
L112[01:18:35] <Tangent> I haven't gotten too seriously into OC stuff yet
L113[01:18:51] <Chewy> I've had to remake a couple things that just decided to stop working
L114[01:18:58] <Tangent> some practise and playing, and started a singleplayer survival w minimal set of mods I intend to play with it more on
L115[01:19:02] <Chewy> No big deal. I've got auto crafting and resources out the butt
L116[01:19:17] <Chewy> I'm only using it for IRC anyways
L117[01:19:22] <Tangent> In my experience, with the weird brokenness, it didn't fix by redo
L118[01:19:51] <Tangent> However, that was also before I learned to separate computers by switches to prevent random component access issues.
L119[01:19:56] <Tangent> So that may have something to do with that
L120[01:20:05] <Tangent> I also still need to learn how to use server racks properly.
L121[01:20:10] <Tangent> But that's for another time I think
L122[01:20:23] <Tangent> Right now I'm working on codifying a Nomic game library in Lua.
L123[01:20:36] <Tangent> Essentially trying to design something to allow you to easily run a game of Nomic. :D
L124[01:20:42] <Tangent> Based on code.
L125[01:20:50] <Tangent> Like, the rules are code, code are the rules.
L126[01:21:11] <Tangent> It needs sandboxing at some point to prevent destroying whatever hosts it.
L127[01:21:21] <Tangent> But I need to have a working concept before I worry about that.
L128[01:39:24] ⇦ Quits: smoke_fumus (smoke_fumus!~smoke_fum@188.35.176.90) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L129[01:56:58] <Kleadron> im having fun trying to make this program work in both minios and opencomputers
L130[01:58:51] <Kleadron> not*
L131[02:04:55] <Kleadron> i bet this wont work http://tinyurl.com/y9yb2vys
L132[02:06:17] <Kleadron> http://tinyurl.com/ya4l5cyu
L133[02:07:43] ⇦ Quits: Tangent (Tangent!~LadyTange@cpe-45-51-212-195.socal.res.rr.com) (Quit: Leaving)
L134[02:08:11] <Kleadron> it didnt
L135[02:08:38] <Kleadron> i didnt even need the check in the first place
L136[02:08:49] <Kleadron> im an idiot
L137[02:10:47] <Kleadron> anyways it works on both right now
L138[02:14:03] ⇨ Joins: Backslash_ (Backslash_!~Backslash@ip-88-153-113-13.hsi04.unitymediagroup.de)
L139[02:14:29] ⇦ Quits: Backslash (Backslash!~Backslash@ip-88-153-113-13.hsi04.unitymediagroup.de) (Ping timeout: 182 seconds)
L140[02:20:06] ⇦ Quits: Chewy (Chewy!~chewy@c-73-246-69-95.hsd1.il.comcast.net) (Remote host closed the connection)
L141[02:35:29] ⇨ Joins: Tangent (Tangent!~Guard1300@cpe-45-51-212-195.socal.res.rr.com)
L142[02:35:45] <Tangent> So I just set up a tape drive and speakers using Computronics and am playing a song I like
L143[02:35:49] <Tangent> holy shit this is awesome
L144[02:36:22] <Tangent> I want to build a dance club on a server with a shit ton of tape drives attached to speakers and a system to control which tracks are played when and autorewind and stuff
L145[02:36:46] <Tangent> or just like a couple drives and chests with robots to handle selecting things
L146[02:36:51] <Tangent> or transposers or whateverr
L147[02:45:20] <Forecaster> %addquote Tangent or whateverr
L148[02:45:29] <Forecaster> hm
L149[02:45:39] <Forecaster> %quote add Tangent or whateverr
L150[02:45:39] <MichiBot> Forecaster: Quote added at id: 166
L151[02:45:55] <Forecaster> %quote Tangent
L152[02:45:55] <MichiBot> Quote #166: <Tangent> or whateverr
L153[02:46:43] ⇨ Joins: Chewy (Chewy!~chewy@c-73-246-69-95.hsd1.il.comcast.net)
L154[02:47:50] <Tangent> Why do I love and hate this feature?
L155[02:47:58] <Forecaster> %quote
L156[02:47:58] <MichiBot> Quote #141: <vifino> I just caught myself singing 'Never gonna give you up' to myself. Does that count as rick rolling myself?
L157[02:48:06] <Tangent> :D
L158[02:48:08] <Tangent> %quote
L159[02:48:08] <MichiBot> Quote #163: <> Mimiru "explain why thing A isn't what I say it is" List of reasons "Who cares!" ._.
L160[02:48:18] <Tangent> %quote
L161[02:48:18] <MichiBot> Quote #158: <AmandaC> she her your love
L162[02:48:30] <Tangent> She her your love indeed!
L163[02:48:43] <Tangent> Forecaster, you've made a mistake introducing me to this
L164[02:48:45] <Tangent> %quote
L165[02:48:45] <MichiBot> Quote #165: <payonel> Kodos: OC 1.8 will have rack-mounted raids
L166[02:48:51] <Tangent> Oooh
L167[02:48:58] <Forecaster> just don't spam too much okay?
L168[02:48:59] <Tangent> Is..that actually true?
L169[02:49:05] <Tangent> One more time, just one more!
L170[02:49:07] <Tangent> %quote
L171[02:49:07] <MichiBot> Quote #105: <Ember_Primrose> face spasinates me
L172[02:49:07] <Kleadron> %quote
L173[02:49:08] <MichiBot> Quote #150: <ocdoc> It ain't what it ain't
L174[02:49:11] <Kleadron> oh crap
L175[02:49:14] <Tangent> lol
L176[02:49:21] <Kleadron> lol those quotes
L177[02:49:24] <Tangent> I meant I was gonna do one more
L178[02:49:26] <Tangent> but sure
L179[02:49:46] <Forecaster> also, you can refer to specific quotes with %quote #num
L180[02:50:02] <Forecaster> %quote #1
L181[02:50:02] <MichiBot> Quote #1: <Lizzy> well, fuck...
L182[02:50:10] <Kleadron> %quote #2
L183[02:50:10] <MichiBot> Quote #2: <Shuudoushi> I will malice you with a shoe horn!
L184[02:50:13] <Tangent> %quote add Tangent But is a trans girl a trap?
L185[02:50:13] <MichiBot> Tangent: Quote added at id: 167
L186[02:50:20] <Tangent> %quote 13
L187[02:50:20] <MichiBot> Tangent: No quotes found for name '13'
L188[02:50:23] <Tangent> D:
L189[02:50:29] <Tangent> %quote #13
L190[02:50:29] <MichiBot> Tangent: No quotes found for id #13
L191[02:50:35] <Tangent> wtf
L192[02:50:38] <Forecaster> you need the # or it will assume it's a username
L193[02:50:43] <Kleadron> lool
L194[02:50:49] <Tangent> WHY IS THERE NO THIRTEEN?
L195[02:50:52] <Tangent> D:
L196[02:50:54] <Tangent> D:<
L197[02:50:57] <Forecaster> it was deleted presumably
L198[02:51:10] <Forecaster> ids are incremental and gaps are not re-used
L199[02:52:06] <Kleadron> %quote #167
L200[02:52:06] <MichiBot> Quote #167: <Tangent> But is a trans girl a trap?
L201[02:52:26] <Kleadron> see
L202[02:52:27] <Tangent> BUT WHY
L203[02:52:30] <Tangent> D:
L204[02:52:35] <Kleadron> idk
L205[02:52:35] <Tangent> Thirteen is the best number.
L206[02:52:42] <Forecaster> because SQLite
L207[02:52:45] <Kleadron> thirteen is cringy teenager age
L208[02:53:04] ⇦ Quits: Kilobyte (Kilobyte!~kilobyte@2a01:4f8:201:34c7::1) (Quit: ZNC - 1.6.0 - http://znc.in)
L209[02:54:29] ⇨ Joins: Kilobyte (Kilobyte!~kilobyte@2a01:4f8:201:34c7::1)
L210[02:54:29] zsh sets mode: +v on Kilobyte
L211[02:55:38] <Tangent> Having to rewind tapes..
L212[02:55:40] <Tangent> Oh my god
L213[02:55:43] <Tangent> This is beautiful
L214[02:55:46] <logan2611> yes
L215[02:55:58] <logan2611> tapes are actually really good in Computronics for storage
L216[02:56:03] <logan2611> not fast but hella storage
L217[02:56:14] <Forecaster> much storage, such tapes
L218[02:56:27] <Forecaster> %yoda ^
L219[02:56:28] <MichiBot> storage, such tapes much
L220[02:56:29] <Tangent> But I'm just listening to music on them.
L221[02:56:32] <Tangent> IT'S SO GOOD
L222[02:56:45] <Tangent> I love all the fucking distortion and when the audio drops out entirely because it's encoded so shittly
L223[02:56:49] <Tangent> I love it so much
L224[02:56:53] <Tangent> Genuinely.
L225[02:57:13] <Tangent> I'm seriously considering writing a script to process my entire music library into this format just so I can put it in-game. XD
L226[02:57:39] <Tangent> Like, I'll set up a script to make all the files, then set up a server for myself to host all the files, then download them and write them to tapes in-game.
L227[02:57:40] <Tangent> Oh.
L228[02:57:45] <Tangent> So, beautiful!
L229[02:57:59] <Tangent> I can make mixtapes and send them to people in-game.
L230[02:58:00] <Tangent> :D
L231[02:58:08] <Forecaster> :P
L232[02:58:11] * Tangent retro ladyboners hard
L233[02:58:20] <Kleadron> the fucc
L234[02:58:56] <Tangent> I actually burned an entire album to a tape already
L235[02:58:59] <Tangent> by accident
L236[02:59:10] <Forecaster> "accident"
L237[02:59:11] <Tangent> because I googled for files in the format so I wouldn't have to convert anything
L238[02:59:18] <Tangent> And downloaded the first thing I found
L239[02:59:23] <Kleadron> If i ever make a huge base, im going to have a computer system as the main thing controling it
L240[02:59:34] <Tangent> it wasn't labeled well, but I recognized the album as soon as I started playing it
L241[02:59:51] <Tangent> Now I'm just playing that album.
L242[03:00:00] <Tangent> OH OH I COULD MAKE SOFTWARE TO AUTOMATICALLY SHUFFLE MY TAPES
L243[03:00:01] <Tangent> :D
L244[03:00:08] * Tangent is dancing excitedly
L245[03:00:54] <Kleadron> %quote add Tangent retro ladyboners hard
L246[03:00:55] <MichiBot> Kleadron: Quote added at id: 168
L247[03:00:57] <Tangent> lol because I copied files in from external storage, I have negative free disk space
L248[03:00:59] <Tangent> :D
L249[03:01:08] <Tangent> %quote
L250[03:01:08] <MichiBot> Quote #48: <Lizzy> You're all cunts
L251[03:01:11] <Tangent> :D
L252[03:01:14] <Tangent> Yes we are!
L253[03:01:17] <Kleadron> %quote #168
L254[03:01:17] <MichiBot> Quote #168: <Tangent> retro ladyboners hard
L255[03:01:28] <Kleadron> lmao
L256[03:01:28] <Tangent> %quote Kleadron
L257[03:01:28] <MichiBot> Tangent: No quotes found for name 'Kleadron'
L258[03:01:33] <Tangent> Awwww
L259[03:01:35] <Kleadron> good
L260[03:02:04] <Tangent> %quote add Kleadron The only problem with the %quote command is that you can add things people never said.. like this!
L261[03:02:04] <MichiBot> Tangent: Quote added at id: 169
L262[03:02:07] <Tangent> :P
L263[03:02:15] <Tangent> %quote Kleadron
L264[03:02:15] <MichiBot> Quote #169: <Kleadron> The only problem with the %quote command is that you can add things people never said.. like this!
L265[03:02:18] <Tangent> :P
L266[03:02:30] <Kleadron> %quote remove #169
L267[03:02:30] <MichiBot> Kleadron: No quotes found for name 'remove #169'
L268[03:02:34] <Kleadron> succ
L269[03:02:39] <Tangent> Maybe rm?
L270[03:02:45] <Tangent> %quote rm #169
L271[03:02:45] <MichiBot> Tangent: No quotes found for name 'rm #169'
L272[03:02:52] <Forecaster> you don't use # when deleting
L273[03:02:55] <Tangent> mwahaha
L274[03:02:57] <Tangent> oh
L275[03:03:03] <Tangent> %quote rm 169
L276[03:03:03] <MichiBot> Tangent: No quotes found for name 'rm 169'
L277[03:03:12] <Forecaster> and it's remove, not rm
L278[03:03:13] <Kleadron> %quote remove 169
L279[03:03:13] <MichiBot> Kleadron: No quotes found for name 'remove 169'
L280[03:03:14] <Tangent> %quote remove 169
L281[03:03:14] <MichiBot> Tangent: No quotes found for name 'remove 169'
L282[03:03:20] <Tangent> gg
L283[03:03:22] <Forecaster> or wait, delete
L284[03:03:23] <Forecaster> :P
L285[03:03:33] <Tangent> %quote delete 169
L286[03:03:33] <Kleadron> if its wrong one more time
L287[03:03:44] <Tangent> I do not have permissions
L288[03:03:49] <Forecaster> ah, yeah
L289[03:03:53] <Kleadron> U WOT
L290[03:03:54] <Tangent> Good
L291[03:03:56] <Tangent> I shouldn't
L292[03:04:02] <Tangent> I am a random weirdo after all
L293[03:04:11] <Kleadron> %quote delete 169
L294[03:04:21] <Kleadron> REEEE etc
L295[03:04:28] <Forecaster> %quote delete 169
L296[03:04:29] <MichiBot> Forecaster: Quote removed.
L297[03:04:45] <Kleadron> gg
L298[03:04:52] <Forecaster> there :P
L299[03:05:22] <Tangent> I'll just re-add it when they're gone
L300[03:05:25] * Tangent said, lying
L301[03:05:52] <Tangent> OpenComputers uses version 4 UUIDs right?
L302[03:05:59] <Forecaster> yeah
L303[03:06:09] <Tangent> What does it use to generate them?
L304[03:06:18] <Forecaster> some lua library I'd assume
L305[03:06:30] <Kleadron> did you know that computers are powered by the infinity emeralds
L306[03:06:34] <Tangent> But is it a cryptographically secure algorithm? :/
L307[03:06:41] <Forecaster> you'd have to find the source and check
L308[03:06:43] <Forecaster> I have no idea
L309[03:07:04] <Tangent> The reason I ask is not for "security" per say, just because unless using something like that, the chances of generating conflicting UUIDs can rise a lot.
L310[03:07:19] <Tangent> Not enough to really be a concern (at least I hope).
L311[03:07:23] <Tangent> But still..
L312[03:07:35] <Forecaster> well I've never had a conflict in all the years I've been using OC
L313[03:07:54] <Tangent> (I was thinking of setting up a server to facilitate cross-server networking using computer UUIDs for connections.)
L314[03:08:13] <Tangent> Well I assume the mod wouldn't let there be conflicting UUIDs within the same world no matter what.
L315[03:08:21] <Tangent> Because that would fundamentally break it!
L316[03:08:27] <Tangent> But cross-world? Might be.
L317[03:09:04] <Tangent> Note to self: Stop creating project ideas and actually finish one you've started.
L318[03:09:12] <Forecaster> hahah
L319[03:09:16] <Forecaster> that's impossible
L320[03:09:38] <Corded> * <Forecaster> looks at his pile of projects and cries
L321[03:09:56] * Tangent hugs Forecaster
L322[03:10:02] <Tangent> It's okay, I understand.
L323[03:10:13] * Tangent tries not to look at her collection of git repos.
L324[03:10:58] <Kleadron> i have a lot of useless projects
L325[03:11:10] <Kleadron> im eventualy gona turn all those trash unity projects into something good
L326[03:11:46] <Kleadron> I just had a thought
L327[03:12:54] <Kleadron> can you add text to a string like
L328[03:12:54] <Kleadron> Code Block pastebined https://paste.pc-logix.com/afogobibuv
L329[03:12:55] <Tangent> Oh no. Thoughts are dangerous.
L330[03:13:18] <Tangent> .. ?
L331[03:13:21] <Tangent> wat
L332[03:13:29] <Kleadron> if i can add more things to a string i can optimize my window drawing program
L333[03:13:30] <Tangent> Oh
L334[03:13:30] <Tangent> xD
L335[03:13:42] <Tangent> Yes, but you need the concatenation operator: ..
L336[03:13:43] <Tangent> Not =
L337[03:13:49] <Tangent> var = var .. " more text"
L338[03:13:54] <Kleadron> cencatentation lol wat
L339[03:14:07] <Tangent> Or was it just catenation.
L340[03:14:19] <Tangent> Either way, that's the word for "put these two strings together"
L341[03:14:30] <Tangent> That's why in the shell, the program cat is called cat
L342[03:14:34] <Tangent> It's short for catenation
L343[03:14:43] <Tangent> Cause it's made to catenate files
L344[03:14:54] <Tangent> FUN FACT #1739
L345[03:15:00] <Forecaster> concatenation is correct
L346[03:15:02] <Tangent> %quote #144
L347[03:15:02] <MichiBot> Quote #144: <ocdoc> Michiyo, i found out last night do /znc clearallchannelbuffers every time a train/cart would have no idea what the fuck connected
L348[03:15:20] <Tangent> ..wat?
L349[03:15:30] <Kleadron> i have no idea what either of those are, but it i can figure that out i can optimize my window drawing program by generating each section instead of drawing it slowly
L350[03:15:48] <Tangent> %quote add Tanget rm -rf / --no-preserve-root
L351[03:15:48] <MichiBot> Tangent: Quote added at id: 170
L352[03:16:14] <Tangent> %quote add Tangent ./Fox --develop
L353[03:16:14] <MichiBot> Tangent: Quote added at id: 1236556
L354[03:16:18] <Tangent> Stopping now.
L355[03:16:21] <Tangent> WAIT
L356[03:16:22] <Tangent> WAT
L357[03:16:28] <Tangent> uhh
L358[03:16:33] <Kleadron> basicly i want to reduce the amount of graphics load to my program
L359[03:16:34] <Kleadron> what
L360[03:16:39] <Kleadron> lmao
L361[03:16:41] <Tangent> That ID
L362[03:16:51] <Kleadron> maybe you broke it
L363[03:16:53] <Forecaster> yeah, it does that sometimes
L364[03:16:54] <Tangent> How did we go from 170 to 126556?
L365[03:16:58] <Forecaster> it's not the actual id
L366[03:17:03] <Tangent> %quote #171
L367[03:17:03] <MichiBot> Quote #171: <Tangent> ./Fox --develop
L368[03:17:10] <Tangent> %quote #1236556
L369[03:17:10] <MichiBot> Tangent: No quotes found for id #1236556
L370[03:17:15] <Tangent> Yea that's weird
L371[03:17:30] <Tangent> I was genuinely scared I borked it for a moment there..
L372[03:17:45] <Kleadron> >it wipes entire database of quotes
L373[03:18:08] <Kleadron> >you freak the hell out
L374[03:19:11] <Mimiru> For the record https://michibot.pc-logix.com/quotes
L375[03:19:21] <Mimiru> so you don't have to spam the channel to read the quotes.
L376[03:19:39] <Tangent> Ooh fun! :D
L377[03:20:05] <Tangent> %quote #24
L378[03:20:05] <MichiBot> Quote #24: <skye> if someone quotes me, I will kill them. q_q
L379[03:20:06] ⇦ Quits: Chewy (Chewy!~chewy@c-73-246-69-95.hsd1.il.comcast.net) (Read error: Connection reset by peer)
L380[03:20:07] <Tangent> is the best
L381[03:22:12] <Tangent> %pet MichiBot
L382[03:22:12] <MichiBot> Tangent: I'm not going to pet myself in public. It'd be rude.
L383[03:22:14] <Mimiru> I shoulda been asleep an hour ago, but random pings...
L384[03:22:20] <Tangent> Dammit.
L385[03:22:29] <Tangent> And sorry Mimiru
L386[03:22:33] <Tangent> I need to go to bed myself.
L387[03:22:52] * Mimiru pokes @Forecaster any idea why quotes don't go through Helper.antiPing? lol
L388[03:22:57] <Mimiru> Oh
L389[03:22:58] <Mimiru> wait...
L390[03:23:04] <Mimiru> "Michiyo"...
L391[03:23:07] * Mimiru sighs
L392[03:23:13] *** Mimiru is now known as Katie
L393[03:23:19] *** Katie is now known as Michiyo
L394[03:23:27] <Forecaster> ah, antiPing doesn't do aliases :P
L395[03:23:28] *** Michiyo is now known as Caitlyn
L396[03:23:38] <Caitlyn> yeah, I realized that after I asked.
L397[03:26:54] <Caitlyn> Anyway, night
L398[03:27:03] <Forecaster> noot
L399[03:30:21] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L400[03:47:24] ⇨ Joins: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@p4FED45DB.dip0.t-ipconnect.de)
L401[03:50:29] <Kleadron> %quote #129
L402[03:50:30] <MichiBot> Quote #129: <vexatos> OpenOS is perfectly useless
L403[03:54:38] <Kleadron> ah yes https://www.lua.org/pil/3.4.html
L404[03:55:15] <Kleadron> however idk if it will suit what im trying to do
L405[03:55:37] <Kleadron> Dunno if it will let me put it into a variable
L406[03:58:32] <Kleadron> im gona try it tomarrow
L407[04:00:49] <Kleadron> i tried it in a lua demo and it works
L408[04:01:08] <Kleadron> http://tinyurl.com/yda5vq6o
L409[04:01:11] <Kleadron> this makes me happy
L410[04:06:43] <Kodos> %quote 4
L411[04:06:43] <MichiBot> Kodos: No quotes found for name '4'
L412[04:06:55] <Kodos> %quote #4
L413[04:06:55] <MichiBot> Quote #4: <Kodos> Life is too short for matching socks.
L414[04:38:59] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107179471081CBA17BC6E9736.dip0.t-ipconnect.de)
L415[04:38:59] zsh sets mode: +v on Vexatos
L416[04:59:00] <Kleadron> vex a toe s
L417[04:59:29] <Vexatos> That's not how you pronounce it D:
L418[05:00:28] <Forecaster> you should definitely pronounce it that way
L419[05:03:02] *** ben_mkiv|afk is now known as ben_mkiv
L420[05:07:49] <Lizzy> vex-a-toast
L421[05:09:32] <Vexatos> My bnc is called that :I
L422[05:10:03] ⇨ Joins: Vexatoast (Vexatoast!~Vexatos@iscute.moe)
L423[05:10:04] zsh sets mode: +v on Vexatoast
L424[05:10:08] <Vexatoast> :I
L425[05:10:09] ⇦ Parts: Vexatoast (Vexatoast!~Vexatos@iscute.moe) (Diffusing))
L426[05:15:49] <Lizzy> lol
L427[06:00:44] ⇨ Joins: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl)
L428[06:03:02] ⇦ Quits: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl) (Remote host closed the connection)
L429[06:03:11] ⇦ Quits: Techokami (Techokami!Techokami@2001:41d0:2:d8bc::13) (Quit: http://holenet.info)
L430[06:03:11] ⇦ Quits: Lizzy (Lizzy!Lizzy@2001:41d0:2:d8bc::13) (Quit: Looks like someone forgot to pay the server bill! (or someone fucked up the server, one of the two))
L431[06:03:11] ⇦ Quits: nxsupert (nxsupert!nxsupert@2001:41d0:2:d8bc::13) (Quit: EnderBNC sends it's regards)
L432[06:03:11] ⇦ Quits: Antheus (Antheus!Antheus@2001:41d0:2:d8bc::13) (Quit: Are you ready kids?)
L433[06:03:11] ⇦ Quits: AngieBLD (AngieBLD!AngieBLD@2001:41d0:2:d8bc::13) (Quit: Bye o/)
L434[06:03:11] ⇦ Quits: Patchi (Patchi!Patchi@2001:41d0:2:d8bc::13) (Write error: Connection reset by peer)
L435[06:03:11] ⇦ Quits: LordFokas (LordFokas!LordFokas@2001:41d0:2:d8bc::13) (Write error: Connection reset by peer)
L436[06:04:48] ⇦ Quits: scj643 (scj643!~quassel@scj.theender.net) (Quit: Bye)
L437[06:05:46] ⇨ Joins: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl)
L438[06:08:44] ⇨ Joins: Marf (Marf!~marf@54686AE1.cm-12-1b.dynamic.ziggo.nl)
L439[06:26:18] <Forecaster> %loot
L440[06:26:18] <MichiBot> Forecaster: You get a loot box! It contains a rickety gazebo.
L441[06:34:40] <Lizzian> fucking disk io on the old server is now being stupid as i'm transferring the disk images of the vms over -_-
L442[06:36:32] <Vexatos> good luck
L443[06:36:49] <Lizzian> i mean, stuff is moving, just very slowly
L444[06:37:04] <Lizzian> which is also part of the reason why i'm moving to a new dedicated server
L445[06:37:35] <Vexatos> dedodated sirvar
L446[06:37:42] <Vexatos> http://downloadmorebandwidth.com/
L447[06:38:13] <Lizzian> does that give more disk io bandwidth or just network io?
L448[06:38:14] <Lizzian> ?
L449[07:08:41] <Forecaster> I haven't launched minecraft in long enough that my session expired in MultiMC
L450[07:11:31] <Lizzian> lol
L451[07:15:38] <Vexatos> wow
L452[07:17:34] ⇦ Quits: Marf (Marf!~marf@54686AE1.cm-12-1b.dynamic.ziggo.nl) (Quit: Proudly using WocChat!)
L453[07:18:51] <Lizzian> anyone here have an ipv6 connection?
L454[07:19:31] <Forecaster> not externally I don't think
L455[07:19:57] <Forecaster> nope
L456[07:19:59] <Forecaster> >:
L457[07:20:06] <Lizzian> k
L458[07:35:44] ⇨ Joins: Inari (Inari!~Pinkishu@p54AFFAF2.dip0.t-ipconnect.de)
L459[07:36:48] <Inari> Boop
L460[07:36:59] <Inari> AmandaC: haha
L461[07:38:52] <Skye> @Lizzian I have setup a he.net tunnel
L462[07:40:02] <Lizzian> ok
L463[07:40:21] <Skye> so what do you need to test?
L464[07:41:12] <Lizzian> pings to `2001:41d0:800:60f::12` & `2001:41d0:800:60f:AAAA:BBBB:CCCC:DDDD`
L465[07:41:48] <Skye> Ping statistics for 2001:41d0:800:60f::12:
L466[07:41:48] <Skye> Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
L467[07:41:48] <Skye> Approximate round trip times in milli-seconds:
L468[07:41:48] <Skye> Minimum = 21ms, Maximum = 30ms, Average = 23ms
L469[07:41:56] <Lizzian> yay
L470[07:42:09] <Skye> Ping statistics for 2001:41d0:800:60f:aaaa:bbbb:cccc:dddd:
L471[07:42:10] <Skye> Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
L472[07:42:10] <Skye> Approximate round trip times in milli-seconds:
L473[07:42:10] <Skye> Minimum = 19ms, Maximum = 53ms, Average = 28ms
L474[07:42:27] <AmandaC> ... I should figure out why my router isn't assigning me an ipv6 address all the sudden
L475[07:42:39] <AmandaC> I SHOULD have native ipv6 through my ISP
L476[07:43:57] <Inari> %pet AmandaC
L477[07:43:57] * MichiBot pets AmandaC with the eye of Nidhogg. 8 health gained!
L478[07:44:35] ⇨ Joins: Lizzy (Lizzy!Lizzy@2001:41d0:800:60f::13)
L479[07:44:35] zsh sets mode: +o on Lizzy
L480[07:45:16] <Lizzian> @Forecaster do `/znc connect` in your irc client
L481[07:45:47] <Inari> https://upload.wikimedia.org/wikipedia/commons/1/1e/Anthropornis_v1.svg
L482[07:46:37] <AmandaC> oh
L483[07:46:44] <AmandaC> I guess Comcrap took away my native ipv6
L484[07:47:28] <AmandaC> "IPv6 is on for your Google Wifi, but may be disabled due to ISP support or your network configuration. We'll keep trying"
L485[07:48:03] ⇨ Joins: Antheus (Antheus!Antheus@2001:41d0:800:60f::13)
L486[07:48:32] ⇨ Joins: Forecaster (Forecaster!Forecaster@2001:41d0:800:60f::13)
L487[07:49:06] ⇨ Joins: LordFokas (LordFokas!LordFokas@2001:41d0:800:60f::13)
L488[07:49:33] ⇨ Joins: Patchi (Patchi!Patchi@2001:41d0:800:60f::13)
L489[07:50:13] <Lizzy> hmm, i need to move my ip limit over...
L490[07:50:23] <Forecaster> @Lizzian unknown command
L491[07:50:25] <Forecaster> :P
L492[07:50:50] <Lizzian> ah, oh well, you're connected now
L493[07:52:35] <Lizzian> in other news the forums should be back "up" now, i'll take them out off offline mode shortly
L494[07:55:19] <Inari> Stabbing your beloved with a knife made from your panties #UltimateYandereExperience
L495[07:55:29] <Lizzian> and they're back up!
L496[07:59:59] ⇦ Quits: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl) (Remote host closed the connection)
L497[08:02:07] ⇨ Joins: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl)
L498[08:35:50] <Wuerfel_21> %choose website or C64 or vidya
L499[08:35:51] <MichiBot> Wuerfel_21: vidya
L500[08:35:55] <Wuerfel_21> haha yes
L501[08:35:59] <Wuerfel_21> %loot
L502[08:35:59] <MichiBot> Wuerfel_21: You get a loot box! It contains a Magic banana cream donut! (25%)
L503[08:36:06] <Wuerfel_21> yummy
L504[08:36:21] <Wuerfel_21> i'm having MichiBot luck today
L505[08:50:41] <Z0idburg> Hey guys, what's that little purple square thing on the server rack API?
L506[08:50:45] <Z0idburg> that's purple
L507[08:50:55] <Z0idburg> it toggles from enabeld / disabled and has no tooltip
L508[08:56:53] ⇨ Joins: scj643 (scj643!~quassel@scj.theender.net)
L509[09:00:11] ⇦ Quits: scj643 (scj643!~quassel@scj.theender.net) (Ping timeout: 194 seconds)
L510[09:04:36] ⇨ Joins: scj643 (scj643!~quassel@scj.theender.net)
L511[09:08:12] ⇦ Quits: scj643 (scj643!~quassel@scj.theender.net) (Ping timeout: 194 seconds)
L512[09:26:01] ⇨ Joins: UnRealDinnerbone (UnRealDinnerbone!uid60473@id-60473.tooting.irccloud.com)
L513[09:28:03] <Inari> https://twitter.com/janintendo/status/1018113642410139650
L514[09:28:03] <MichiBot> Sat Jul 14 07:43:02 CDT 2018 @janintendo: my friend’s computer translated this page so we can get delivery and um https://t.co/FSwRjTfrGk
L515[09:31:00] <Wuerfel_21> Hmmst've, does CPU tier affect anything other than max. component count
L516[09:31:01] <Wuerfel_21> Hmmst've, does CPU tier affect anything other than max. component count? [Edited]
L517[09:31:39] <Inari> call limits
L518[09:33:02] <Wuerfel_21> elaborate
L519[09:34:19] <Forecaster> screenshot prooving that the thing exists
L520[09:35:37] <Forecaster> @Z0idburg
L521[09:36:13] <Wuerfel_21> @Forecaster http://tinyurl.com/y9e6romd
L522[09:36:41] <Forecaster> I think that makes the rack behave kind of like a router when enabled
L523[09:36:53] <Forecaster> something like that
L524[09:53:00] ⇨ Joins: Cervator (Cervator!~Thunderbi@2601:4c1:4001:1d5d:a4be:b37f:2161:5af3)
L525[09:59:29] <Inari> You can only make so many component calls or such in a tick, how many depends on the processor
L526[10:14:10] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L527[11:17:59] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED45DB.dip0.t-ipconnect.de) (Ping timeout: 194 seconds)
L528[11:38:07] * Inari grapes AmandaC
L529[11:38:33] <AmandaC> D:
L530[11:38:38] <AmandaC> Why you do this!?
L531[11:39:09] <AmandaC> Now my furs all sticky and I'll never enjoy the taste of grape again
L532[11:42:23] <Inari> grape tastes good
L533[11:46:35] <AmandaC> Not after ODing on it trying to clean myself!
L534[11:46:48] <Forecaster> %loot
L535[11:46:48] <MichiBot> Forecaster: You get a loot box! It contains an ornate nate.
L536[11:47:34] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED45DB.dip0.t-ipconnect.de)
L537[11:51:28] ⇨ Joins: AshIndigo_ (AshIndigo_!~ashindigo@79-67-163-198.dynamic.dsl.as9105.com)
L538[11:53:07] ⇦ Quits: AshIndigo (AshIndigo!~ashindigo@79-67-163-198.dynamic.dsl.as9105.com) (Ping timeout: 202 seconds)
L539[12:11:57] <Inari> AmandaC: It'sn ot that much grape
L540[12:12:07] <Inari> %loot
L541[12:12:07] <MichiBot> Inari: You get a loot box! It contains a cloudy black potion.
L542[12:12:11] <Inari> Dear Diary
L543[12:12:14] <Inari> It still isn't the 21st
L544[12:12:16] <Inari> Woe is me
L545[12:12:25] * Inari chugs the cloudy black potion
L546[12:25:16] <Forecaster> maybe she just put a grape on your head :P
L547[12:30:54] <Kleadron> Time to continue my window drawing script today
L548[12:31:09] <Forecaster> woo
L549[12:43:40] <Kleadron> im using the ability to combine strings as optimization
L550[12:44:09] <Kleadron> so it will make less write things to the screen or whatever
L551[12:44:19] <Kleadron> and it will be faster
L552[12:46:01] <Kleadron> Damn you requirement to put two equals signs in if statements
L553[12:46:57] <Kleadron> this is interesting http://tinyurl.com/y7hjqulr
L554[12:50:35] <gamax92> Inari: 1week2go
L555[12:51:07] <Kleadron> Now its back to normal
L556[12:51:10] <Kleadron> http://tinyurl.com/y9kpbckz
L557[12:52:00] <Kleadron> the drawing loop for the sides was malfunctioning
L558[12:55:53] <Kleadron> and now it draws the background without taking a super long time
L559[12:56:32] <Inari> %inv add a fusion combustion engine
L560[12:56:32] * MichiBot summons 'a fusion combustion engine' and adds to her inventory. This seems rather fragile...
L561[12:57:29] <Kleadron> %quote
L562[12:57:30] <MichiBot> Quote #39: <vifino> <vifino> %addquote Skye %addquote vifino %addquote Skye %addquote vifino %addquote Lizzy %quote Lizzy
L563[12:57:38] <Lizzy> lol
L564[12:57:48] <Forecaster> I wonder what the command to add a quote is
L565[12:57:56] <Kleadron> one sec
L566[12:57:56] <Inari> %quote
L567[12:57:56] <MichiBot> Quote #49: <payonel> Inari: had a good time bashing with you
L568[12:57:59] <Kleadron> ima show you
L569[12:58:18] <Kleadron> %quote Forecaster I wonder what the command to add a quote is
L570[12:58:18] <MichiBot> Kleadron: No quotes found for name 'Forecaster I wonder what the command to add a quote is'
L571[12:58:27] <Forecaster> fail!
L572[12:58:28] <Forecaster> :P
L573[12:58:30] <Kleadron> %help %quote
L574[12:58:32] <Kleadron> succ
L575[12:58:49] <Lizzy> you clearly didn't read the quote 39
L576[12:58:57] <Inari> %quote 69
L577[12:58:57] <MichiBot> Inari: No quotes found for name '69'
L578[12:58:59] <Inari> %quote #69
L579[12:58:59] <MichiBot> Quote #69: <payonel> I love the tomatoes, you guys are wonderful!
L580[12:59:15] <Lizzy> %quote #42
L581[12:59:15] <MichiBot> Quote #42: <Skye> now, feel free to (mis)quote me.
L582[12:59:27] <Kleadron> %quote add Forecaster I wonder what the command to add a quote is
L583[12:59:27] <MichiBot> Kleadron: Quote added at id: 172
L584[12:59:37] <Kleadron> %quote #172
L585[12:59:37] <MichiBot> Quote #172: <Forecaster> I wonder what the command to add a quote is
L586[12:59:43] <Kleadron> there
L587[12:59:44] <Lizzy> %quote #1
L588[12:59:44] <MichiBot> Quote #1: <Lizzy> well, fuck...
L589[12:59:51] <Inari> xD
L590[13:00:00] <Lizzy> %quote Lizzy
L591[13:00:00] <MichiBot> Quote #33: <Lizzy> %quote Lizzy
L592[13:00:04] <Lizzy> -_-
L593[13:00:06] <Inari> %quote #0
L594[13:00:06] <MichiBot> Inari: No quotes found for id #0
L595[13:00:10] <Lizzy> %quote Lizzy
L596[13:00:10] <MichiBot> Quote #1: <Lizzy> well, fuck...
L597[13:00:13] <Lizzy> nuu
L598[13:00:14] <Lizzy> %quote Lizzy
L599[13:00:14] <MichiBot> Quote #162: <Lizzy> hence stupid with more processing power
L600[13:00:15] <Inari> Haha
L601[13:00:20] <Kleadron> %quote #-1
L602[13:00:20] <MichiBot> Kleadron: No quotes found for id #-1
L603[13:00:42] <Kleadron> %quote #0000FF
L604[13:00:42] <MichiBot> Kleadron: No quotes found for id #0000FF
L605[13:00:44] <Inari> Shouldn't that be "quote", or a can a single id have more tahn one quote
L606[13:00:57] <Forecaster> no
L607[13:01:09] <Forecaster> it's because it uses the same error message as the user search
L608[13:01:21] <Lizzy> %quote someuser
L609[13:01:21] <MichiBot> Lizzy: No quotes found for name 'someuser'
L610[13:01:29] <Inari> That doesn't make it correct!
L611[13:01:35] <Skye> %quote 39
L612[13:01:36] <MichiBot> Skye: No quotes found for name '39'
L613[13:01:37] <Forecaster> or it was copy-pasted from that at least
L614[13:01:39] <Skye> %quote #39
L615[13:01:39] <MichiBot> Quote #39: <vifino> <vifino> %addquote Skye %addquote vifino %addquote Skye %addquote vifino %addquote Lizzy %quote Lizzy
L616[13:01:40] <Forecaster> so fix it :P
L617[13:01:42] <Skye> ._.
L618[13:01:45] <Inari> :p
L619[13:01:47] <Inari> %source
L620[13:01:47] <MichiBot> Inari: https://github.com/PC-Logix/LanteaBot/
L621[13:01:49] <Lizzy> %quote Lizzy
L622[13:01:49] <MichiBot> Quote #48: <Lizzy> You're all cunts
L623[13:02:05] <Skye> %quote MichiBot
L624[13:02:06] <MichiBot> Quote #140: <MichiBot> the fat dodo rides off into the sunset on a horse with no name.
L625[13:02:11] <Skye> %quote ocdoc
L626[13:02:12] <MichiBot> Quote #150: <ocdoc> It ain't what it ain't
L627[13:02:20] <Skye> %quote Inari
L628[13:02:20] <MichiBot> Quote #164: <Inari> Life is too shoreyes
L629[13:04:13] <Wuerfel_21> is there any good way to plop software from oppm on a floppy for offline installation?
L630[13:04:35] <Inari> https://github.com/PC-Logix/LanteaBot/compare/master...Inari-Whitebear:patch-2
L631[13:04:56] <Forecaster> just copy what it installs into usr/bin to a floppy disk
L632[13:05:27] <CompanionCube> https://www.reddit.com/r/programming/comments/8yrbap/aliens_colonial_marines_ai_fixed_by_a_single/ lol
L633[13:05:41] <Wuerfel_21> but it may put some stuff into other folders like /usr/lib and /etc. coyping all that is annoying
L634[13:06:02] <Forecaster> inari you have to pullreq it
L635[13:06:19] <Inari> Ah, right
L636[13:06:25] <Inari> https://github.com/PC-Logix/LanteaBot/pull/22
L637[13:06:36] <Forecaster> @Wuerfel_21 go to the repo and copy from there
L638[13:07:10] <Inari> \o/
L639[13:07:10] <Wuerfel_21> how though? is there finally a pkunzip for openos?
L640[13:07:18] <Inari> Making MichiBot better one fix at a time
L641[13:07:21] <Forecaster> a what?
L642[13:07:40] <Forecaster> all the oppm programs are on github
L643[13:08:01] <Wuerfel_21> a zip decompressor. downloading all the files using wget is even more dumb
L644[13:08:06] <Forecaster> %restart
L645[13:08:08] ⇦ Quits: MichiBot (MichiBot!~MichiBot@eos.pc-logix.com) ()
L646[13:08:13] <Kleadron> unget
L647[13:08:19] <Forecaster> I have no idea
L648[13:08:41] ⇨ Joins: MichiBot (MichiBot!~MichiBot@eos.pc-logix.com)
L649[13:08:41] zsh sets mode: +v on MichiBot
L650[13:08:43] <Inari> %quote #0
L651[13:09:17] <MichiBot> Inari: No quote found for id #0
L652[13:13:19] <Forecaster> good job
L653[13:13:24] <Forecaster> %pet inari
L654[13:13:24] * MichiBot brushes inari with Extra Magic Hour. 10 health gained (8+2)!
L655[13:13:40] <Inari> I like that song
L656[13:13:52] * Inari stretches AmandaC's wavelength
L657[13:27:57] <Inari> Hrm, bored
L658[13:29:10] <Inari> https://twitter.com/janintendo/status/1018199917045510145 kay, thats enough twitter :P
L659[13:29:11] <MichiBot> Sat Jul 14 13:25:52 CDT 2018 @janintendo: @NanamisEgg https://t.co/1M1Bqgl0Xf
L660[13:37:48] <Inari> Vexatos: Futuendi Gratia == For Fuck's Sake. Accurate?
L661[13:38:46] <Vexatos> gratia is goodwill, favour, grace
L662[13:39:22] <Vexatos> and also thanks. pleasure, joy
L663[13:39:30] <Inari> Hm
L664[13:39:36] <Inari> Futuendi is what?
L665[13:40:40] <Vexatos> Futuendi is gerund of futuere so "the Sleeping [with sb.]"
L666[13:40:53] <Inari> Doesn't sound very accurate then
L667[13:41:09] <Inari> More like "Thank Fuck" perhaps :P
L668[13:43:24] <Vexatos> good translation of that phrase would be "the gratitude of sleeping [w/ sb.]"
L669[13:43:28] <Vexatos> which makes little sense
L670[13:44:17] <Inari> https://twitter.com/EffinBirds/status/1018153830968647685 liars!
L671[13:44:17] <MichiBot> Sat Jul 14 10:22:44 CDT 2018 @EffinBirds: Want to express your innermost thoughts at work without getting fired? https://t.co/nuU3QSg2Yz has you covered, wit… https://t.co/h0ooNW3mai
L672[13:45:35] <Vexatos> well in Latin, things aren't happening "for heaven's sake", but "through god" ("per deum")
L673[13:47:25] <Inari> Hm
L674[13:47:34] <Inari> But that doesn't make the proposed phrase any more accurate?
L675[13:50:14] ⇦ Quits: Backslash_ (Backslash_!~Backslash@ip-88-153-113-13.hsi04.unitymediagroup.de) (Quit: Leaving)
L676[13:52:59] ⇨ Joins: soosenbinder (soosenbinder!~soosenbin@ip34.ip-147-135-146.eu)
L677[13:53:04] <soosenbinder> Saas
L678[13:53:06] <soosenbinder> !
L679[13:53:20] <Vexatos> Indeed
L680[13:53:30] <Vexatos> Inari, they are not
L681[13:53:39] <Vexatos> I am just saying that "for heaven's sake" isn't really translatable
L682[13:53:43] ⇦ Quits: soosenbinder (soosenbinder!~soosenbin@ip34.ip-147-135-146.eu) (Client Quit)
L683[13:53:45] <Inari> Hmm I see
L684[13:57:43] <Kleadron> I wonder if direwolf20 has ever sweared
L685[14:00:08] <Inari> Of course
L686[14:00:13] <Inari> In a little soundproof chamber in his basement
L687[14:00:59] <Esli ❄> Hello, I'm trying to create an interface for my big reactors, but the event.listen() method doesn't seem to work. So far I've got this
L688[14:01:00] <Esli ❄> Code Block pastebined https://paste.pc-logix.com/canodudabu
L689[14:01:00] <Esli ❄> Any help would be appreciate, thanks!
L690[14:01:35] <Esli ❄> It doesn't seem to call the actual event...
L691[14:02:06] ⇦ Quits: marcin212 (marcin212!~marcin212@bymarcin.com) (Remote host closed the connection)
L692[14:02:13] <Inari> Touch, sweet touch, you've given me too much to feel~
L693[14:02:43] <Inari> ~oc signals
L694[14:02:43] <ocdoc> http://ocd.cil.li/component:signals
L695[14:03:35] <Inari> Well
L696[14:03:45] <Inari> for one you probably mean buttons["reactor"] in that handleTouch function
L697[14:04:44] <Inari> Other than that, not sure why it would not be called
L698[14:05:03] <Inari> Maybe it is called but errors due to your typo
L699[14:16:42] <AngelOfDeath> has anyone played with opensecurity biometric reader ?
L700[14:17:06] <Forecaster> a long time ago
L701[14:17:51] <AngelOfDeath> i dont understand how to use it theres not much to go on for that block
L702[14:18:13] <Forecaster> iirc you just click it and it'll throw an event
L703[14:18:47] <AngelOfDeath> ? what line of code would i use to read said event ?
L704[14:19:04] <Forecaster> event.pull
L705[14:19:10] <Forecaster> you have to require event
L706[14:19:22] <Forecaster> ~oc events
L707[14:19:22] <ocdoc> Predicted http://ocd.cil.li/api:event
L708[14:20:25] <AngelOfDeath> but it will be unique to each player tho right ?
L709[14:20:36] <AngelOfDeath> being biometric ?
L710[14:20:43] <Inari> https://twitter.com/EffinBirds/status/1018212457519697922 interesting
L711[14:20:43] <Forecaster> it probably has the player name
L712[14:20:44] <MichiBot> Sat Jul 14 14:15:42 CDT 2018 @EffinBirds: @Inari_Whitebear A group of half a dozen Latin scholars debated for a couple of days and presented me with this. It… https://t.co/hCPf2koLVV
L713[14:21:06] <Forecaster> really though you can use a T2 screen for this
L714[14:21:14] <Forecaster> since the screen touch event has the players name in it
L715[14:23:35] <Wuerfel_21> yay my networking doesn't work
L716[14:23:48] <Inari> So it's netnonworking!
L717[14:23:50] <Forecaster> \o/
L718[14:23:56] <Kleadron> cool
L719[14:24:30] <Wuerfel_21> even dmesg doesn't get anything
L720[14:25:19] <Wuerfel_21> wait a second. rc whatever enable doesn't actually set things up to autostart
L721[14:26:32] <Izaya> Yes it does
L722[14:27:40] <Wuerfel_21> ok, fget still no work
L723[14:31:55] <Izaya> mfw people actually use my stuff
L724[14:31:58] <Izaya> so
L725[14:32:17] <Izaya> you've got the minitel daemon running, and frequestd running?
L726[14:32:22] <Izaya> you've set a hostname?
L727[14:33:58] <Vexatos> Izaya, mfw people unironically use Selen
L728[14:34:00] <Vexatos> Selene*
L729[14:34:01] <Kleadron> lol fget
L730[14:34:08] <Wuerfel_21> ?
L731[14:36:04] <Izaya> also you have a /srv?
L732[14:37:40] <Wuerfel_21> oof
L733[14:37:45] <Forecaster> %bap inari
L734[14:37:46] * MichiBot baps inari with cheese love
L735[14:37:52] <Wuerfel_21> it magically started working afeter rebooting everything
L736[14:37:52] <Inari> ? D:
L737[14:38:00] <Izaya> that is somewhat unsurprising
L738[14:38:04] <Izaya> enable != start
L739[14:38:13] <Inari> Why am I being bapped
L740[14:38:49] <Wuerfel_21> i guess `rc whatever start` should go into ~/.shrc ?
L741[14:38:56] <Izaya> no
L742[14:39:02] <Izaya> enable will start stuff at boot
L743[14:39:12] <Izaya> but it won't start it when you tell it to enable
L744[14:40:23] <Wuerfel_21> and now my server froze
L745[14:40:29] <Izaya> good start
L746[14:40:54] <Wuerfel_21> yep, it worked between two servers in a rack
L747[14:42:10] <Wuerfel_21> but when i try it from another computer, it doesn't. May be due to the frozen server, or it may just be an issue with the connection
L748[14:42:31] <Wuerfel_21> yes
L749[14:43:01] <Wuerfel_21> and the connection works, at least from my pc to the first hop
L750[14:44:24] <Wuerfel_21> but i'm not getting any messages at boot
L751[14:46:21] <Izaya> messages at boot?
L752[14:46:52] <Wuerfel_21> here's my network so far:
L753[14:46:52] <Wuerfel_21> wuerfel-chan (my pc, has T2 wireless card) <> relay with wireless card <> spanferkel (random server) <> sinistar (frequest server, in same rack as spanferkel)
L754[14:47:15] <Wuerfel_21> when i do rc minitel start, i get some stuff on the screen
L755[14:47:15] <Izaya> reboot the server, run rc fserv debug
L756[14:47:24] <Izaya> that'll switch on debugging
L757[14:47:38] <Izaya> so you don't have minitel enabled, you're starting it manually?
L758[14:47:44] <Izaya> you can only do one or the other
L759[14:48:11] <Wuerfel_21> it is enabled, but that doesn't seem to do much
L760[14:48:21] <Izaya> don't start it if it's enabled
L761[14:48:27] <Izaya> it doesn't output stuff on boot if it's enabled
L762[14:48:48] <Izaya> you're running it twice there
L763[14:48:54] <Izaya> probably
L764[14:49:04] <Wuerfel_21> ah, shouldn't it not do that?
L765[14:49:10] <Izaya> why
L766[14:49:20] <Wuerfel_21> start a service that is already running?
L767[14:49:29] <Izaya> rc doesn't keep track
L768[14:49:39] <Wuerfel_21> but indeed, now it just works™
L769[14:49:39] <Izaya> I think I have safeguards against that in minitel but I forget
L770[14:50:02] <Wuerfel_21> at least between spanferkel and sinistar
L771[14:50:25] <Wuerfel_21> need to run home to check if it works there, too
L772[14:51:49] <Wuerfel_21> nope
L773[14:52:03] <Izaya> ???
L774[14:52:38] <Izaya> lemme grab my ping tool
L775[14:52:59] <Wuerfel_21> fget doesn't make a connection and sinistar is frozen again
L776[14:53:32] <Izaya> https://paste.pc-logix.com/raw/iwesibajah
L777[14:54:50] <Kleadron> im trying to make a reactor control system based on my window program lol http://tinyurl.com/y9kvkjzu
L778[14:56:51] <Izaya> that tool I pasted is a ping tool can you ping one end from the other
L779[14:57:20] <Wuerfel_21> does the recieving end need it, too?
L780[14:57:26] <Izaya> no
L781[14:57:44] <Wuerfel_21> hmm
L782[14:57:54] <gamax92> still not sure how vertical tearing is a thing
L783[14:57:59] <Wuerfel_21> it's just timing out
L784[14:58:15] * Izaya frowns
L785[14:58:30] <Wuerfel_21> gamax92 , in what context?
L786[14:58:41] <Izaya> if minitel is enabled on everything, reboot everything
L787[14:58:56] <Izaya> then rc minitel debug
L788[14:59:39] <Wuerfel_21> ok, i'm getting a bunch of stuff now
L789[14:59:55] <Wuerfel_21> http://tinyurl.com/y9u7phm5
L790[15:00:15] <Wuerfel_21> including the typo i did ages ago
L791[15:00:26] <Wuerfel_21> my network may be somewhat broken
L792[15:00:34] <Izaya> yeah uh
L793[15:00:38] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L794[15:00:43] <Izaya> shut everything down at the same time so the repeating stops
L795[15:01:56] <Wuerfel_21> my my relay be somewhat overwhelmed?
L796[15:02:00] <Wuerfel_21> may my relay be somewhat overwhelmed? [Edited]
L797[15:02:06] <Izaya> eeeeh
L798[15:02:11] <Izaya> maybe but I doubt it
L799[15:02:36] <Wuerfel_21> i put in some RAM, anyways
L800[15:04:53] <Inari> %g Ram Rom
L801[15:04:55] <MichiBot> Inari: https://www.computerhope.com/issues/ch001361.htm - *What is the difference between ROM and RAM?*: "Jan 24, 2018 ... There is one major difference between a read-only memory (ROM) and a random -access memory (RAM) chip: ROM can hold data without ..."
L802[15:05:02] <Inari> Psh
L803[15:05:05] <Inari> %g Ram Rom Blanc
L804[15:05:06] <MichiBot> Inari: http://hyperdimensionneptunia.wikia.com/wiki/Ram - *Ram | Hyperdimension Neptunia Wiki | FANDOM powered by Wikia*: "Ram (ラム Ramu) ( born February 2) is the human form of a White Sister and the one of younger sisters of Blanc and twin sister of Rom. While both resemble ..."
L805[15:05:09] <Inari> Better
L806[15:05:19] <Kleadron> weeb
L807[15:05:56] <Vexatos> https://downloadmoreram.com/
L808[15:06:48] <Wuerfel_21> ok, now the repeating has stopped
L809[15:08:46] <Izaya> I need to adjust the amount of times stuff will resend...
L810[15:08:51] <Inari> s/rem/ram/
L811[15:08:56] <Inari> pls
L812[15:09:02] <Inari> https://downloadmorerem.com/
L813[15:09:12] <Wuerfel_21> isn't that some sort of setting?
L814[15:09:18] <Inari> Oh, I put it the wrong way around
L815[15:09:27] <gamax92> s/wrong/right/
L816[15:09:27] <MichiBot> <Inari> Oh, I put it the right way around
L817[15:09:54] <Wuerfel_21> `local retry = 10`
L818[15:10:04] <Izaya> rc minitel set_retry x
L819[15:10:07] <Izaya> I'd recommend 3
L820[15:10:19] <Izaya> wait
L821[15:10:21] <Izaya> no
L822[15:10:27] <Izaya> that is not the right one
L823[15:10:46] <Izaya> oof
L824[15:10:48] <Izaya> 255 times
L825[15:10:56] <Izaya> line 191
L826[15:11:02] <Izaya> set that to 3
L827[15:11:31] <Izaya> the retry variable is the time between retries
L828[15:12:34] <Wuerfel_21> 3 seems a little low considering the unreliable relay
L829[15:12:57] <Izaya> 6 or 9 then
L830[15:12:59] * Izaya shrugs
L831[15:13:07] <Izaya> sockets time out after 30 seconds
L832[15:13:19] <Wuerfel_21> i think 25 may be better, combined with a higher retry delay
L833[15:13:22] <Inari> Anyone here eat their cereal with orange juice?
L834[15:15:21] <MGR> As in, with orange juice on the side, or immersed in orange juice instead of milk?
L835[15:15:54] <Vexatos> ^ big difference
L836[15:16:11] <Inari> Instead of milk
L837[15:16:17] <Vexatos> go die in a fire
L838[15:16:19] <MGR> No
L839[15:16:26] <MGR> I've done the former on rare occasions, but not the latter
L840[15:16:26] <Inari> Haha, I never tried it
L841[15:16:28] <Inari> But I'm curious
L842[15:16:36] <Vexatos> it'd turn you into a cereal killer
L843[15:16:53] <gamax92> I've done it before
L844[15:16:55] <gamax92> regret
L845[15:16:55] <Inari> I mean, I tried microwaving cola. The result was okay
L846[15:17:00] <gamax92> why.
L847[15:17:13] <Vexatos> because they needed a new microwave
L848[15:17:24] <Inari> Also fanta and sprite
L849[15:17:34] <Inari> One of them was okay, the other tasted like liquid candy stuff, which was weird
L850[15:17:53] <Inari> I don't recall which was which though
L851[15:22:39] <gamax92> things Inari does
L852[15:24:14] ⇦ Quits: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl) (Remote host closed the connection)
L853[15:25:25] ⇨ Joins: screen_marf (screen_marf!~screen_ma@54686AE1.cm-12-1b.dynamic.ziggo.nl)
L854[15:27:01] <Wuerfel_21> is it possible for a wireless connection to work one way only?
L855[15:27:07] ⇨ Joins: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org)
L856[15:27:25] <MGR> Only if the port isn't open on both ends
L857[15:28:04] <Wuerfel_21> that isn't the problem
L858[15:28:35] <Izaya> try replacing the relay with a computer with a wireless card
L859[15:29:02] <Wuerfel_21> ughh, i better get microcrafting
L860[15:29:07] <Izaya> :D
L861[15:29:19] <Izaya> https://i.imgur.com/szjdmsx.png
L862[15:30:04] * Inari wonders if AmandaC likes Tofifee
L863[15:30:08] <Wuerfel_21> or i can just steal the computer that is supposed to be a door secuity thing that i didn't set up yet
L864[15:30:20] <Inari> Izaya: I wish my accidental tab closing had such warnings
L865[15:30:20] <Inari> :f
L866[15:30:28] <Inari> A pain to wait fro them to reopen
L867[15:30:31] <Inari> Esp. when I had like 900 open
L868[15:30:39] <Izaya> tree style tabs on a portrait monitor was a mistake
L869[15:30:45] <Inari> Heh
L870[15:31:29] <Wuerfel_21> or, even easier, just put relays on both ends
L871[15:31:35] <Izaya> even better
L872[15:31:38] <Izaya> maybe
L873[15:31:39] <AmandaC> Inari: If it's what i'm thinking of, no, it very much overstays it's welcome when being eaten
L874[15:31:46] <Inari> Aw
L875[15:31:48] <Inari> I like it
L876[15:32:18] <Wuerfel_21> do relays pass through power?
L877[15:32:25] <MGR> I don't think they do
L878[15:32:27] <Izaya> maybe
L879[15:32:45] <gamax92> Inari: what about Toffee flavored Tofu
L880[15:32:50] <Kleadron> http://tinyurl.com/y8bwknps
L881[15:32:53] <Inari> That sounds weird
L882[15:33:06] <Inari> I never had tofu that tasted good
L883[15:33:06] <Inari> :f
L884[15:33:15] <AmandaC> Inari: it doesn't appear to be what I'm thinking of -- I was thinking of Salt Water Taffy
L885[15:33:33] <Inari> Hm, never had that
L886[15:34:35] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Quit: Leaving)
L887[15:35:36] <ben_mkiv> su
L888[15:35:44] <ben_mkiv> ...
L889[15:35:52] <Forecaster> p
L890[15:36:07] <Forecaster> %loot
L891[15:36:08] <MichiBot> Forecaster: You get a loot box! It contains a Magic integrated pest management! (25%)
L892[15:36:42] <Inari> %loot
L893[15:36:42] <MichiBot> Inari: You get a loot box! It contains a Magic self-explicit image! (25%)
L894[15:36:47] <Inari> Generous today, eh
L895[15:37:11] <Inari> %inv add Ben MK V
L896[15:37:11] * MichiBot summons 'Ben MK V' and adds to her inventory. This seems very sturdy.
L897[15:40:08] <Wuerfel_21> are wireless relays broken?
L898[15:43:22] <gamax92> ~markov AmandaC
L899[15:43:25] <ocdoc> ( one client / disk drive to my friend's getting Google changed it to .1 and it's not really in the cache of
L900[15:43:32] <gamax92> hmm.
L901[15:45:37] <Wuerfel_21> rip http://tinyurl.com/y9ux24zk
L902[15:46:12] <Izaya> That'd uh
L903[15:46:14] <Izaya> that'd do it
L904[15:46:50] <AngelOfDeath> @Kleadron oh that gui looks cool i dont know how to doo this im playing with ic2 reactors and right now im trying to make the biometric scanner from opensecurity read me and open the door then again on the way out
L905[15:48:45] <Wuerfel_21> haha yes http://tinyurl.com/y9zrbrnw
L906[15:49:03] <Izaya> :D
L907[15:50:37] <Wuerfel_21> haha even more yes http://tinyurl.com/y94oyr99
L908[15:50:48] <gamax92> ~markov Izaya
L909[15:50:54] <ocdoc> (I mean, I can get one of those boards look like an animal is probably smoother than gcc for ocvm and I intend to eventually write to a program with
L910[15:50:55] <Izaya> Want some more yes?
L911[15:51:06] <SF-MC> ~markov SF-MC
L912[15:51:07] <ocdoc> Please wait ...
L913[15:51:10] <Wuerfel_21> yes
L914[15:51:18] <Izaya> okay first
L915[15:51:19] <ocdoc> or that some random allocation from BOP
L916[15:51:21] <Izaya> what do you think
L917[15:51:25] <Izaya> https://a.uguu.se/dwebkoIuHLPL.png
L918[15:51:47] <Wuerfel_21> smexy
L919[15:52:05] <Forecaster> it's missing a sunset, it needs to be more 80s
L920[15:52:16] <Izaya> maybe some scan lines for good measure
L921[15:52:25] <gamax92> yay, aur -git package, but doesn't build from the development branch.
L922[15:52:38] <gamax92> so it's literally the same as the non -git package
L923[15:54:08] <Izaya> anyway just firing up MC so I can get you some more yes
L924[15:56:06] <Izaya> Wuerfel_21: https://git.shadowkat.net/izaya/OC-mdbrowser I think this works
L925[15:56:25] <Wuerfel_21> haha, i'll be soo kewl
L926[15:56:49] <Izaya> it's uh
L927[15:56:55] <Izaya> flaky
L928[15:59:45] <Wuerfel_21> so now i need to get them files into tha game
L929[16:00:20] <Izaya> I also have an frequest daemon that provides a HTTP(S) proxy if you want it
L930[16:00:32] <Izaya> keep in mind that none of this in-dev stuff is remotely reliable though
L931[16:00:36] <Izaya> no guarantees at all
L932[16:01:51] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED45DB.dip0.t-ipconnect.de) (Ping timeout: 202 seconds)
L933[16:04:08] <Inari> https://twitter.com/MSimagebot/status/1018239575913914369 such cute clothing
L934[16:04:08] <MichiBot> Sat Jul 14 16:03:27 CDT 2018 @MSimagebot: [#3218] https://t.co/WNHh84EJv2
L935[16:04:35] <Wuerfel_21> it seems to work though
L936[16:05:35] <Izaya> \o/
L937[16:05:39] <Izaya> the markdown parsing is flaky
L938[16:05:49] <Izaya> and there's almost no keyboard shortcuts
L939[16:05:54] <Izaya> but it should work
L940[16:05:59] <Wuerfel_21> mind you, i only tried the simple test file from above
L941[16:06:11] <Wuerfel_21> well, there is O
L942[16:06:23] <Izaya> unicode is probably broken in it also
L943[16:06:53] <Inari> TIL sentient means almost nothing
L944[16:06:58] <Wuerfel_21> as long as i can work around it, it's fine
L945[16:07:01] <Inari> Basically means that you can sense something (and react to it?)... so like, even a worm is sentient
L946[16:07:19] <Forecaster> yep
L947[16:07:19] <Inari> What most people mean to use is sapient
L948[16:07:27] <Forecaster> sapient... exactly
L949[16:08:22] <MGR> Sapient means possessing wisdom, right?
L950[16:08:40] <Vexatos> yes
L951[16:08:40] <MGR> Just double checked, yup
L952[16:08:44] <Vexatos> sentient means you can feel
L953[16:08:47] <Vexatos> sapient means you can know
L954[16:09:22] <Wuerfel_21> is it just me or are these activity indicators broken
L955[16:09:55] <Izaya> at the bottom?
L956[16:10:05] <Forecaster> if I had an activity indicator people would probably think it was broken too
L957[16:10:09] <Wuerfel_21> the ones on the computers
L958[16:10:26] <Izaya> oh that's HDD activity I thought
L959[16:10:38] <Wuerfel_21> there is also a network activity one
L960[16:10:48] <Wuerfel_21> and both stay on for a long while
L961[16:10:55] <Vexatos> the light board was made for status indication :^)
L962[16:10:57] <Vexatos> I blame Kodos
L963[16:11:26] <Wuerfel_21> also TFW 750 ms round trip
L964[16:11:47] <Izaya> each 4k of data will take twice that
L965[16:11:50] <Izaya> :D
L966[16:12:13] <Izaya> sliding window eventually
L967[16:12:36] <Wuerfel_21> gotta CPU upgrade that pesky relay
L968[16:20:12] <Wuerfel_21> Izaya, is there any way to abort the connection when you mistyped the hostname
L969[16:20:35] <Izaya> not really
L970[16:21:09] <Izaya> Like I said, p much alpha quality
L971[16:21:20] <Izaya> should fail after 30 second stho
L972[16:21:26] <Wuerfel_21> it does
L973[16:22:12] <Wuerfel_21> maybe xpcall the relevant thing so ctrl+alt+c cancles it?
L974[16:22:12] <Izaya> okay good
L975[16:22:30] <Izaya> a better idea would be loading in the background
L976[16:22:43] <Izaya> when I did it on KOS NEO it did that
L977[16:22:48] <Izaya> but that didn't have markdown
L978[16:24:14] <Wuerfel_21> also it seems to not work on 1 bit screens
L979[16:25:31] <Izaya> yeah hu
L980[16:25:34] <Izaya> uh
L981[16:25:36] <Izaya> no touch events
L982[16:25:52] <Wuerfel_21> hmm it works when i set my T3 screen to 1 bit
L983[16:26:01] <Izaya> I'm gonna have qutebrowser style link number browsing eventually
L984[16:26:02] <Izaya> yeah
L985[16:26:08] <Izaya> T3 screens do touch events
L986[16:26:10] <Izaya> as do T2
L987[16:26:13] <Izaya> T1 screens don't
L988[16:26:16] <Izaya> GPU doesn't matter
L989[16:26:17] <Wuerfel_21> but on another machine, it showed that it had recieved the right amount of bytes
L990[16:26:27] <Wuerfel_21> but no text
L991[16:27:22] <Wuerfel_21> ah, the problem is low resolution
L992[16:35:04] <Wuerfel_21> the lower the res, the more parts of the page start going yonder
L993[16:36:15] <Wuerfel_21> even though it should in theory fit
L994[16:36:37] <Wuerfel_21> and even if i reduce screen height when the page isn't that long
L995[16:38:05] <Wuerfel_21> `local width, height = 80, 23` suspicious
L996[16:38:16] <Izaya> uuuh
L997[16:38:18] <Izaya> yeah
L998[16:38:27] <Izaya> I never set up screen size detection
L999[16:38:55] <Wuerfel_21> isn't that like 2 lines
L1000[16:40:10] <Izaya> yes
L1001[16:40:18] <Izaya> but I hadn't used the component API yet
L1002[16:40:41] <Wuerfel_21> wouldn't you want to use term.gpu anyways?
L1003[16:40:49] <Izaya> is that a thing
L1004[16:40:54] <Wuerfel_21> yes
L1005[16:40:58] <Izaya> huh
L1006[16:41:01] <Izaya> that works then
L1007[16:42:37] <Wuerfel_21> actuall, term.ggetViewport is even better
L1008[16:42:39] <Wuerfel_21> actuall, term.getViewport is even better [Edited]
L1009[16:43:31] <Izaya> shiny
L1010[16:43:47] <Izaya> yeah I didn't put any work into figuring it out but I don't think I used term either
L1011[16:45:55] <Wuerfel_21> http://pastebin.com/Z2Rkzsm4 ftfy
L1012[16:57:30] * Tangent reappears
L1013[16:57:38] <Tangent> G'day.
L1014[16:58:08] <Wuerfel_21> also, umlauts do work
L1015[16:59:47] ⇦ Quits: Inari (Inari!~Pinkishu@p54AFFAF2.dip0.t-ipconnect.de) (Quit: 'Chickens will peck - peck - peck until they've worked out who's top chicken. But you know who's really top chicken? WE'RE TOP CHICKEN!' (CGP Grey))
L1016[17:08:12] ⇦ Quits: hph^ (hph^!~hph@ip72-195-187-57.mc.at.cox.net) ()
L1017[17:08:41] ⇨ Joins: hphat^ (hphat^!~hph@ip72-195-187-57.mc.at.cox.net)
L1018[17:10:44] <Wuerfel_21> Izaya, double emphasis messes up stuff above it
L1019[17:47:39] ⇨ Joins: Okkie (Okkie!~Okkie@31.204.155.52)
L1020[17:51:28] <Kleadron> Is gpu.set more efficient than term.setPos and term.write?
L1021[17:52:15] <asie> probably not significantly
L1022[17:52:42] <Kleadron> ok then
L1023[17:55:43] ⇦ Quits: Okkie (Okkie!~Okkie@31.204.155.52) (Quit: Peace and Protection 4.22.8)
L1024[18:01:32] ⇨ Joins: Okkie (Okkie!~Okkie@31.204.155.52)
L1025[18:38:37] ⇦ Quits: asie (asie!~asie@asie.pl) (Quit: asie)
L1026[19:01:03] <kepler68?> does anyone know how to acess and store all block metadata? i tried the analyze thing on the geolyzer but only got color, hardness, harvestlevel, and name. i want to get it to scan a thaumcraft aura node block and return the aspects it has. http://tinyurl.com/y8oe779e
L1027[19:02:20] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107179471081CBA17BC6E9736.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L1028[19:11:01] <AmandaC> %tell Inari I've made a terrible mistake, there's none left. D:
L1029[19:11:02] <MichiBot> AmandaC: Inari will be notified of this message when next seen.
L1030[19:12:19] <AmandaC> You'll need to find another mod for that, kepler, OC's geolyzer can't return any more information for balance reasons
L1031[19:12:58] <SF-MC> 24
L1032[19:25:59] <AmandaC> Teizokurei Monophobia (Manga) is amusing.
L1033[19:34:54] <AmandaC> (
L1034[19:35:08] <Z0idburg> @Admiral_Morketh Have you watched How not to summon a demon lord yet?
L1035[19:35:12] <Z0idburg> er
L1036[19:35:17] <Z0idburg> AmandaC*
L1037[19:35:21] <Z0idburg> I used @ again XD
L1038[19:35:33] <AmandaC> I have not.
L1039[19:35:44] <AmandaC> I saw a gif of it though
L1040[19:35:52] <Z0idburg> The show is a bit inapropriate for my tastes but it's kinda interesting
L1041[19:35:57] <AmandaC> With way too much blood for any sane blood pact
L1042[19:36:05] <Z0idburg> I've been watching Konosuba lately
L1043[19:36:35] <Z0idburg> which is also a bit inapropriate, but meh japan
L1044[19:38:02] <AmandaC> %tell Inari Thermonuclear burn: https://nc.ddna.co/index.php/s/KfjkLtZYDgkmiqp ( That's a guy dreaming genderbent versions of everyone in his class, including himself )
L1045[19:38:02] <MichiBot> AmandaC: Inari will be notified of this message when next seen.
L1046[20:13:17] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L1047[20:13:48] ⇨ Joins: Johannes13__ (Johannes13__!~Johannes1@dslb-188-105-095-026.188.105.pools.vodafone-ip.de)
L1048[20:16:11] ⇦ Quits: Johannes13_ (Johannes13_!~Johannes1@dslb-178-010-247-087.178.010.pools.vodafone-ip.de) (Ping timeout: 194 seconds)
L1049[20:25:57] ⇦ Quits: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the connection)
L1050[20:28:33] <AmandaC> @Z0idburg Looked at it's MAL listing, doesn't sound that intersting to me.
L1051[20:33:02] ⇦ Quits: jazzpi (jazzpi!~jazzpi@2a03:4000:6:20f::2) (Quit: ZNC - http://znc.in)
L1052[20:34:21] ⇨ Joins: jazzpi (jazzpi!~jazzpi@jazzpis.space)
L1053[20:39:32] <CompanionCube> things i have done: segfaulted openrc's start-stop-daemon
L1054[21:05:57] <AmandaC> The video thumbnail that YouTube made for @Forecaster 's railcraftlp ep 103 looked like it was a perfect loop for the first like 2-3 minutes I looked at it in passing while doing other stuff
L1055[21:24:26] <Brisingr Aerowing> God I hate allergies.
L1056[21:24:52] <Brisingr Aerowing> *ACHOO!*
L1057[21:27:40] <kepler68?> dangit ok ?
L1058[21:29:45] ⇨ Joins: ChewyonMinecraft (ChewyonMinecraft!~chewyonmi@c-73-246-69-95.hsd1.il.comcast.net)
L1059[21:30:10] ⇦ Quits: ChewyonMinecraft (ChewyonMinecraft!~chewyonmi@c-73-246-69-95.hsd1.il.comcast.net) (Client Quit)
L1060[21:43:09] ⇨ Joins: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org)
L1061[21:44:21] ⇦ Quits: Okkie (Okkie!~Okkie@31.204.155.52) (Remote host closed the connection)
L1062[21:48:32] <AmandaC> Brisingr try being allergic to grass
L1063[21:49:22] <AmandaC> I've had a sinus headache most of today because it's lawn-cutting day for most of my neighborhood
L1064[21:50:06] <Kodos> AmandaC, I feel your pain. I, too, am allergic to grass
L1065[21:50:18] <SF-MC> I'm vaguely allergic to grass
L1066[21:50:19] <Kodos> I live in public housing, so the lawns get cut every week
L1067[21:54:21] <PHOBOSS> Guys... I need some help cant tell if its a bug or if Im doing something wrong
L1068[21:54:27] <SF-MC> You're doing it wrong
L1069[21:54:30] <SF-MC> ;)
L1070[21:58:55] <PHOBOSS> so tell me how to make things right ? I have this server setup I have a tier 3 screen on top of the rack and a terminal server with a remote terminal
L1071[22:00:19] <PHOBOSS> no matter how I connect the terminal server to the other server I cant to seem to have both the screen and the remote terminal work properlly
L1072[22:01:44] <PHOBOSS> one of the two just freezes
L1073[22:08:27] <Skye> I dort don't think you can use both at once
L1074[22:08:44] <Skye> I think the remote terminal acts as a screen and keyboard
L1075[22:09:10] <Skye> OpenOS doesn't support multiple monitors
L1076[22:10:46] <PHOBOSS> but this guy did at 7:19:
L1077[22:10:52] <PHOBOSS> https://www.youtube.com/watch?v=7BW9WiIs-co
L1078[22:10:54] <MichiBot> Server Racks - MyRail #17 [Modded Minecraft 1.10.2] Opencomputers | length: 15m 46s | Likes: 8 Dislikes: 1 Views: 535 | by nzHook | Published On 11/3/2018
L1079[22:11:34] <PHOBOSS> yeah I know it 1.10 but
L1080[22:11:39] <PHOBOSS> ...
L1081[22:13:43] <gamax92> .-. why do I hear fireworks
L1082[22:18:37] <SF-MC> PHOBOSS, the guy wasn't using the terminal server
L1083[22:18:42] <SF-MC> He was directly using the monitor
L1084[22:18:56] <SF-MC> Because the terminal isn't in his hand
L1085[22:20:28] <SF-MC> What you're seeing is the monitor GUI and the monitor block at the same time
L1086[22:22:58] <SF-MC> ugh I wish AE2 ME Interfaces would output directly into pipes
L1087[22:24:45] <gamax92> What you're seeing now is my normal state
L1088[22:33:21] <Kleadron> Lmao my crappy reactor control program works on minios
L1089[22:33:39] <Kleadron> but i had to remove the os.sleep because it doesnt support that for some reason
L1090[22:33:50] <Kleadron> and that makes the graphics screwy and blocks input control
L1091[22:33:54] <SF-MC> Honestly, I just burn my control program to an EEPROM
L1092[22:34:11] <SF-MC> It's pretty stupid, after all
L1093[22:34:14] <Z0idburg> Huh.
L1094[22:34:28] <Z0idburg> Maybe I should make a bootloader out of Minitel that Izaya wrote
L1095[22:34:40] <Z0idburg> have microtel fetch some http url/epxe.0
L1096[22:34:41] <Z0idburg> "Epoxy"
L1097[22:34:51] <Z0idburg> which is a minitel image that has bootloading
L1098[22:35:02] <Kleadron> I wish there were large eeproms so you could have things like a rom chip in a c64
L1099[22:35:11] <Kleadron> and you couldnt screw up the os
L1100[22:35:14] <Z0idburg> tbh the EEPROM should be 8KB not 4
L1101[22:35:23] <Z0idburg> if it was 8KB it would be more practical
L1102[22:35:25] <Z0idburg> and more than needed
L1103[22:35:32] <SF-MC> idk
L1104[22:35:33] <Z0idburg> 4KB is really actually shitty and a bit dumb
L1105[22:35:44] <SF-MC> I think that's like the 1 thing I actually didn't decide to bump up in my personal pack
L1106[22:35:52] <Kleadron> c64 has 20 kilobytes of rom
L1107[22:36:10] <Z0idburg> it's also machine code though
L1108[22:36:16] <Z0idburg> and Lua takes a lot more space to do certain things
L1109[22:36:48] <Z0idburg> in 20KB you can have an entire TCP/IP stack with filesystem support and even a small compiler
L1110[22:37:14] <Z0idburg> heck you can fit an entire tcp/ip stack in 8kb of machine code
L1111[22:37:17] <Z0idburg> on the 6502
L1112[22:38:20] <Kodos> If you use OpenSec's card writer to write to your Eeprom, I believe you can fit 8k
L1113[22:38:28] <Z0idburg> in lua 4KB is about 200 lines of source. Unless you're Izaya
L1114[22:38:37] <Z0idburg> Izaya is the master of squeezing shit into 4KB
L1115[22:39:04] <Z0idburg> I actually used the data card to make compressed eeproms
L1116[22:39:08] <Z0idburg> but it didn't work very well
L1117[22:39:15] <Z0idburg> it would allow you to fit like 16KB about
L1118[22:39:27] <Z0idburg> somewhere around there
L1119[22:40:10] <Z0idburg> So what is opensec?
L1120[22:40:15] <Z0idburg> some addon mod?
L1121[22:41:16] * Izaya nods
L1122[22:41:37] <Izaya> adds a bunch of cool stuff
L1123[22:43:11] <PHOBOSS> @Skye oh... you're right I am doing things wrong
L1124[22:44:49] <Kleadron> If skye added an os.sleep function to his operating system my crappy reactor program would work
L1125[22:45:04] <Kleadron> If skye added an os.sleep function to his operating system my crappy reactor program would work on it [Edited]
L1126[22:45:18] <Kleadron> it works on openos but not minios
L1127[22:45:28] <Z0idburg> so Izaya what do you think about this. microtel fetching http://prov.300-baud.net/epxe.0 , epxe.0 is a minitel image boot loader that microtel passes the path to. minitel loads that url minus the epxe.0 part /epxe.cfg/short-uuid, or /epxe.cfg/default if that exists and it can't find it
L1128[22:45:48] <Z0idburg> or am I getting way too realistic here ?
L1129[22:46:17] <Z0idburg> if you hit tab before epxe times out, it drops you into a shell
L1130[22:46:32] <Z0idburg> of course you can equip epxe with modules since it's minitel
L1131[22:47:38] <Z0idburg> the short uuid would be the first segment of the computer uuid
L1132[22:47:58] <Z0idburg> i.e. http://prov.300-baud.net/epxe.cfg/70010236
L1133[22:48:21] <Z0idburg> yes somehow my computer had no letters in it
L1134[22:50:17] <Izaya> If you're willing to leave your netboot server in-game
L1135[22:50:33] <Izaya> you could drop everything but layer 3
L1136[22:50:41] <Z0idburg> could, the problem is I'm still actively developing trotwood
L1137[22:50:52] * Izaya nods
L1138[22:50:52] <Z0idburg> and without FTP access to the disk I need an easy way to reboot and test
L1139[22:51:06] <Z0idburg> on my mc server I just have FTP
L1140[22:51:13] ⇨ Joins: ChewyInsideMinecraft (ChewyInsideMinecraft!~chewyinsi@c-73-246-69-95.hsd1.il.comcast.net)
L1141[22:51:15] <Z0idburg> and I disable the fs caching
L1142[22:52:13] <Z0idburg> Izaya how hard would it to wrap fs in minitel or whatever so that when you accessed "/foo/bar" it used fget
L1143[22:52:40] <Izaya> a vfs?
L1144[22:52:48] <Izaya> not impossible, just something I haven't done yet
L1145[22:52:54] <Z0idburg> ah
L1146[22:55:08] <Izaya> mean
L1147[22:55:15] <Izaya> with vcomponent you just make a table that looks like a fs
L1148[22:58:38] <Z0idburg> yep
L1149[22:58:48] <Z0idburg> meh you know I really should be focusing on trotwood
L1150[22:59:07] <Z0idburg> Just trying to think of the most bs simple and easy way to get netboot working
L1151[22:59:15] <Z0idburg> so I can start doing more dev on it
L1152[23:00:47] <AmandaC> %tell Inari final tell because bed: https://twitter.com/pancake_puns/status/1018074910483206144?s=19
L1153[23:00:47] <MichiBot> AmandaC: Inari will be notified of this message when next seen.
L1154[23:01:03] <AmandaC> payonel: ^ cat-related
L1155[23:01:28] <Skye> @Kleadron do you want os.sleep in MiniOS? :p
L1156[23:02:14] <Z0idburg> Skye, Trotwood dev is officially underway!
L1157[23:02:40] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L1158[23:02:44] <Kleadron> yes
L1159[23:02:52] <Z0idburg> http://tinyurl.com/ycghx72t
L1160[23:02:54] <Skye> If you do want it, create a feature request on github so I have a reminder that isn't a chat log.
L1161[23:02:56] <Z0idburg> also look at my test room
L1162[23:03:03] <Skye> Shiny
L1163[23:03:06] <Kleadron> Ok lol
L1164[23:03:10] <Z0idburg> well it looks different now
L1165[23:08:55] <Kleadron> What is that z0idburg
L1166[23:10:56] <Z0idburg> that is a cluster OC computer that currently holds up to 48 OC servers
L1167[23:11:51] <Z0idburg> each one can handle up to 16 simplex connections, so without multiplexing that's up to 768 "phone lines"
L1168[23:12:06] <Kleadron> A cluster computer huh?
L1169[23:12:24] <Kleadron> so its basicaly like a supercomputer
L1170[23:12:49] <Kleadron> or some sort of expensive computer system that can run 3d graphics in a milisecond
L1171[23:13:34] <Z0idburg> yes and no
L1172[23:14:05] <Z0idburg> the purpose is to pool resources, not increase performance
L1173[23:14:41] <Z0idburg> all of the ram, all of the disk space, all of the modem ports, all add up
L1174[23:14:46] <Z0idburg> as one computer
L1175[23:17:10] <Kleadron> Could it potentialy multitask
L1176[23:17:25] <Kleadron> nvm
L1177[23:20:06] ⇦ Quits: ChewyInsideMinecraft (ChewyInsideMinecraft!~chewyinsi@c-73-246-69-95.hsd1.il.comcast.net) (Remote host closed the connection)
L1178[23:25:42] ⇦ Quits: UnRealDinnerbone (UnRealDinnerbone!uid60473@id-60473.tooting.irccloud.com) (Quit: Connection closed for inactivity)
L1179[23:32:13] ⇨ Joins: ChewyInsideMinecraft (ChewyInsideMinecraft!~chewyinsi@c-73-246-69-95.hsd1.il.comcast.net)
L1180[23:34:25] ⇦ Quits: Cervator (Cervator!~Thunderbi@2601:4c1:4001:1d5d:a4be:b37f:2161:5af3) (Quit: Cervator)
L1181[23:39:08] ⇦ Quits: ChewyInsideMinecraft (ChewyInsideMinecraft!~chewyinsi@c-73-246-69-95.hsd1.il.comcast.net) (Quit: Proudly using WocChat!)
L1182[23:45:08] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED5404.dip0.t-ipconnect.de)
L1183[23:46:51] ⇨ Joins: ChewyInsideMinecraft (ChewyInsideMinecraft!~chewyinsi@c-73-246-69-95.hsd1.il.comcast.net)
<<Prev Next>> Scroll to Top