<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:12:37] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L2[01:06:23] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107205E39293A5872CF5874B4.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L3[01:20:18] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107205E238F87372E39B38A57.dip0.t-ipconnect.de)
L4[01:20:18] zsh sets mode: +v on Vexatos
L5[01:44:59] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107205E238F87372E39B38A57.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L6[01:51:18] <Wattana Gaming> This is boring, Alexa play Won't Get Fooled Again by The Who at 7:44
L7[02:06:34] <TheFox> @Wattana Gaming by who?
L8[02:06:57] <Mimiru> s/y/y the/
L9[02:06:57] <MichiBot> <TheFox> @Wattana Gaming by the who?
L10[02:06:59] <Mimiru> :p
L11[02:07:26] <TheFox> NOOOOOooooooooo99
L12[02:07:35] <TheFox> Damn samsung... ignore those 9s
L13[02:07:56] <Mimiru> %quote add TheFox NOOOOOooooooooo99
L14[02:07:57] <MichiBot> Mimiru: Quote added at id: 186
L15[02:08:02] <Mimiru> never!
L16[02:08:19] <TheFox> Ohhh I forgot about those..
L17[02:08:25] <TheFox> %quote TheFox
L18[02:08:26] <MichiBot> Quote #52: <TheFox> its worse in bed than a horse
L19[02:08:32] <Mimiru> https://michibot.pc-logix.com/quotes don't spam the channel.. :P
L20[02:08:39] <TheFox> .... ._.
L21[02:09:14] <TheFox> I'm good. Going to stop with that one while I'm behind
L22[02:20:29] <Mimiru> huh... MichiBot's quote DB is indexed by google.. https://drive.pc-logix.com/index.php/s/fsZYHWw8NDsgbAH
L23[02:20:31] <Mimiru> how.. nice
L24[02:21:07] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C5E5.versanet.de)
L25[02:28:26] <Forecaster> xD
L26[02:37:25] <Wattana Gaming> http://tinyurl.com/y7fn3jzc
L27[02:37:27] <Wattana Gaming> Dafuq is going on http://tinyurl.com/y96k4yyo
L28[02:39:06] <Izaya> interesting, the first page opened bypasses uBo's filters
L29[02:39:38] <Forecaster> `load(initC)()` initC may be nil
L30[02:40:12] <Wattana Gaming> I dont get it. Why is it a nil when readFile() is working without errors
L31[02:41:06] <Izaya> And what is fileHandle?
L32[02:41:30] <Forecaster> it can "work" and still return nil
L33[02:41:58] <Izaya> ^
L34[02:42:00] <Forecaster> you don't actually check the contents or the output
L35[02:42:52] <Wattana Gaming> Oops, my bad for not giving it the file name ?
L36[02:48:27] <Izaya> face_with_open_mouth_and_cold_sweat indeed
L37[02:48:43] <Wattana Gaming> Izaya you've been....
L38[02:49:16] <Izaya> what have I been
L39[02:49:31] <Wattana Gaming> *THUNDERSTRUCK*
L40[02:49:38] <Forecaster> ...
L41[02:50:24] <Izaya> well that's unexpected
L42[02:54:08] <Wattana Gaming> If I remember it right, I can give the code in load()() the environment right?
L43[03:00:29] <Forecaster> no idea
L44[03:12:19] <fingercomp> as the 4th parameter to load, yes
L45[03:14:35] <stephan48> oh damn it Mimiru(tonk) :D
L46[03:22:03] <Wattana Gaming> @fingercomb I want to parse global functions into load()() but I cant seem to do it
L47[03:27:52] <fingercomp> the global evironment is the default environment that `load` uses to load code
L48[03:29:01] <Wattana Gaming> This is weird http://tinyurl.com/y8kbopnz
L49[03:29:02] <Wattana Gaming> http://tinyurl.com/yc4vo66e
L50[03:32:39] <fingercomp> is `execInit` called in the file shown on the screenshot?
L51[03:33:13] <Wattana Gaming> Yes, but it cant seem to access fs()
L52[03:40:01] <fingercomp> well, this is indeed weird; you can try passing the environment explicitly: `load(initC, nil, nil, _G)`
L53[04:00:59] <Wattana Gaming> fs is still a nil. I think I better give you the source code
L54[04:01:59] <Wattana Gaming> Code Block pastebined https://paste.pc-logix.com/xasuvahugi
L55[04:07:35] <fingercomp> could you also share the code that you `load` (up to line 25 is fine) as well as the code that calls `execInit`?
L56[04:09:19] <Temia> I see my presence is rather lacking in the quote DB. Feed my vanity! Moo!
L57[04:22:39] <Forecaster> %potion
L58[04:22:39] <MichiBot> Forecaster: You get a smelly lime potion
L59[04:22:45] <Forecaster> %drink ^
L60[04:22:46] <MichiBot> Forecaster gains the ability to not be seen.
L61[04:24:27] <Wattana Gaming> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/kipotelasi
L62[04:28:39] <fingercomp> oh, on line 2 of the init code you override `fs, loadfile` with the contents of `...`
L63[04:29:28] <fingercomp> `...` returns everything that you pass to the function returned by `load` when you call it
L64[04:30:08] <fingercomp> you do `load(initC, nil, nil, _G)()`, calling that function with no argument
L65[04:30:49] <fingercomp> therefore, you actually set `fs` and `loadfile` to `nil`
L66[04:31:01] <fingercomp> and then you get the error
L67[04:32:49] <fingercomp> to fix this, you should just remove the second line in the init code
L68[04:44:44] <Wattana Gaming> Thanks, that fixed the problem.
L69[04:44:45] <Wattana Gaming> Soooo two problem fixed in one go.
L70[04:45:45] <Forecaster> who could've thought not setting something you're trying to call to nil would help?!
L71[04:45:47] <Forecaster> not me
L72[04:46:04] <Forecaster> %fling
L73[04:46:04] * MichiBot flings kreepy kave in a random direction. It hits GuntherDW just a bit left of where it would have killed them. They take 11 damage.
L74[04:47:54] <Wattana Gaming> When you realized some~~thing~~one would surpass ~~metal gear~ Forecaster
L75[04:48:01] <Wattana Gaming> When you realized some~~thing~~one would surpass ~~metal gear~~ Forecaster [Edited]
L76[04:50:53] <Izaya> Decisions, decisions...
L77[04:51:08] <Izaya> To protect kernel data structures or go, "nah fuck it" and let people have their way with them...
L78[04:53:33] <Izaya> Even better, to give programs a signal before they are killed or just remove them from the task list...
L79[05:03:02] ⇦ Quits: logan2611 (logan2611!~logan2611@174-29-135-88.hlrn.qwest.net) (Ping timeout: 183 seconds)
L80[05:03:20] ⇨ Joins: logan2611 (logan2611!~logan2611@174-29-135-88.hlrn.qwest.net)
L81[05:03:33] <ben_mkiv> could anyone recommend an tool for linux that can grab video without fps drop? -.-
L82[05:03:34] <Wattana Gaming> Now I have the kernel working. What feature should I put in next? Im considering a try & catch loop for the load()() function so I can see whats wrong without having the whole system f'd up
L83[05:03:42] <ben_mkiv> tried ffmpeg, but... meh
L84[05:03:50] <Wattana Gaming> @Ben OBS MY BOI GO FOR IT!
L85[05:04:09] <Izaya> OBS is fine generally
L86[05:04:21] <Izaya> you'll probably find everything uses ffmpeg behind the scenes though
L87[05:04:44] <Wattana Gaming> Try recording with a super-low resolution ?
L88[05:06:22] <ben_mkiv> Total: 64 packages (27 upgrades, 28 new, 8 in new slots, 1 reinstall, 8 uninstalls), Size of downloads: 322500 KiB
L89[05:06:22] <ben_mkiv> Conflict: 54 blocks (42 unsatisfied)
L90[05:06:29] <ben_mkiv> guess thats a "fuck you" from portage :P
L91[05:07:23] ⇦ Parts: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C5E5.versanet.de) (leave))
L92[05:07:26] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C5E5.versanet.de)
L93[05:09:25] <Izaya> okay, replaced dumping shit into the process table with actual environment variables that can be passed from parent to child
L94[05:09:56] <Wattana Gaming> @Ben well I once downloaded ~1GB of dependencies just to install Krita and Kdenlive
L95[05:11:12] <Izaya> ah, it's so nice to do make -j8 and know it won't set fire to my laptop
L96[05:11:55] <Wattana Gaming> lol sounds like you never heard the Gnome meme. They said it turn your laptop into a bbq stove
L97[05:12:19] <ben_mkiv> meh, guess that works... Mimiru https://www.youtube.com/watch?v=M4lhuuulvXY
L98[05:12:20] <MichiBot> NanoFog Swarm | length: 10s | Likes: 0 Dislikes: 0 Views: 2 | by Ben ny | Published On 30/12/2018
L99[05:12:53] <Wattana Gaming> That looks awesome
L100[05:15:08] <ben_mkiv> yea but runs like crap with tooo many blocks.. guess theres no way around writing this as a shader
L101[05:15:37] <ben_mkiv> for those ~30 blocks its around 9000 cubes that fly around
L102[05:17:01] <ben_mkiv> also dont get how Javas random number generator works, even if i feed another seed it gives me the same results for each block -.-
L103[05:19:35] <Wattana Gaming> Hey I think I blew up my C64....... oh wait its a IBM Jnr........ oh wait I dont have any retro computers
L104[05:24:54] ⇨ Joins: Inari (Inari!~Pinkishu@p5DEC6707.dip0.t-ipconnect.de)
L105[05:25:02] <Inari> Boobp
L106[05:26:36] <Forecaster> %bap the boop
L107[05:26:37] * MichiBot baps the boop with the furry convention
L108[05:27:19] <Wattana Gaming> What can I do using MichiBot?
L109[05:28:53] <Forecaster> a lot of things
L110[05:28:54] <Forecaster> https://michibot.pc-logix.com/help
L111[05:32:38] <Wattana Gaming> %reverse Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse dapibus facilisis turpis a blandit. Nulla eget dignissim arcu, ac fermentum urna. Phasellus tellus nulla, fringilla vitae leo in, semper sagittis massa. Proin sed malesuada sapien, eget scelerisque arcu. Aenean interdum eros ut purus euismod, at iaculis lectus cursus. Etiam eget urna sit amet massa luctus luctus. Nulla nisl sem, imperdiet nec augue a, posuere fe
L112[05:32:39] <Wattana Gaming> felis. Praesent augue ligula, maximus id leo in, scelerisque vehicula dui. Morbi metus tortor, elementum a augue in, volutpat vehicula neque. Donec turpis nisi, vulputate ut lorem finibus, posuere luctus sapien. Aliquam accumsan tempor odio eu dictum. Proin tellus quam, convallis ac erat vel, venenatis efficitur ligula. Curabitur tempor odio aliquam diam interdum tincidunt. Aliquam erat volutpat. Aliquam erat felis, vestibulum ac elementu
L113[05:32:39] <Wattana Gaming> rutrum ac augue. Proin quis nisl neque.
L114[05:32:46] <Inari> Riight
L115[05:33:05] <Inari> %bap @"Wattana Gaming"
L116[05:33:06] * MichiBot baps @"Wattana Gaming" with 1x Compressed Sentence
L117[05:33:08] <Inari> I forgot how spaces work
L118[05:33:50] <Wattana Gaming> %bap @Forecaster
L119[05:33:56] <Wattana Gaming> Aw y not
L120[05:34:09] <Forecaster> seems she's been told to ignore you at some point
L121[05:37:23] <Skye> %bap Inari
L122[05:37:24] * MichiBot baps Inari with the sense of dread
L123[05:40:27] <Inari> Skye: Meow
L124[05:47:40] <Izaya> Wattana: I'm cheating, ssh'd into my desktop
L125[05:47:46] <Izaya> and yes, I'd prefer not to be gnome'd
L126[05:52:49] <Izaya> Lizzy: I think you'd appreciate this one https://fedi.lynnesbian.space/users/lynnesbian/statuses/101317405944768051
L127[06:00:46] <Inari> Lebian, eh?
L128[06:07:38] <Wattana Gaming> *Best jokes ever*
L129[06:28:07] <Inari 『 おにいでれ 』> Ah, yes, I'm sorry my PW was too secure http://tinyurl.com/ybb7lwtz
L130[06:28:36] <Forecaster> :|
L131[06:33:24] <Inari> I don't even get why PWs have length restrictions
L132[06:33:57] <Izaya> because someone isn't hashing their passwords and as such the database is only designed for x length passwords
L133[06:40:29] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C5E5.versanet.de) (Remote host closed the connection)
L134[06:41:53] <Inari 『 おにいでれ 』> beautiful number of MBs http://tinyurl.com/yanfhtpa
L135[06:43:37] <Izaya> add 400k to it
L136[06:44:20] <Inari> Nah
L137[06:44:43] <Inari> 1234.1234 y'know
L138[06:47:33] <Izaya> Ah, fair point
L139[06:57:07] <Inari> Izaya: I prefer points that are more red-ish than fair
L140[06:57:27] * Izaya squints
L141[07:04:21] <Izaya> https://i.redd.it/o9xaz48qrb721.jpg
L142[07:12:04] <Inari> Izaya: Star Citizen might not be great yet, but at least I can land on planets
L143[07:12:04] <Inari> ;D
L144[07:12:34] <Izaya> I like Star Citizen a lot
L145[07:12:41] <Izaya> But I also like shittalking it
L146[07:12:46] <Inari> Haha
L147[07:12:57] <Inari> My PC can barely run it
L148[07:13:22] <Izaya> I heard they improved performance a lot recently
L149[07:15:14] ⇨ Joins: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L150[07:19:27] <Inari> Well still barely playable xD
L151[07:28:35] <Wattana Gaming> How do I add operating system tag to my forum post?
L152[07:32:15] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C5E5.versanet.de)
L153[07:35:16] ⇨ Joins: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@i5387C04A.versanet.de)
L154[07:38:09] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C5E5.versanet.de) (Ping timeout: 189 seconds)
L155[07:38:15] <simon816> %tonk
L156[07:38:15] <MichiBot> simon816! You beat Lizzian's previous record of 6 hours, 39 minutes and 42 seconds! I hope you're happy!
L157[07:38:16] <MichiBot> simon816's new record is 8 hours and 35 seconds
L158[07:38:17] <Forecaster> perfect place for a windmill http://tinyurl.com/y823o6ou
L159[07:38:59] <Inari> Forecaster: whats that?
L160[07:39:07] <Forecaster> a windmill :P
L161[07:42:25] <Inari> ¬_¬
L162[07:42:30] <Inari> %bap @Forecaster
L163[07:42:30] * MichiBot baps @Forecaster with the tailbone that has a peculiar shape
L164[07:42:42] <Forecaster> They Are Billions
L165[07:43:14] <Inari> I see
L166[07:43:20] <Inari> Didn't recall it looking quite that 3
L167[07:43:22] <Inari> 3D
L168[07:50:49] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107205E238F87372E39B38A57.dip0.t-ipconnect.de)
L169[07:50:50] zsh sets mode: +v on Vexatos
L170[07:58:33] <Forecaster> designing sentient magic items is fun http://tinyurl.com/y8c4a6dc
L171[08:03:16] <Wattana Gaming> Im getting this really weird scrolling text with the kernel's print function http://tinyurl.com/y97row4q
L172[08:03:42] <Wattana Gaming> Im considering on making a custom gpu function so it would be faster
L173[08:05:33] *** ben_mkiv|afk is now known as ben_mkiv
L174[08:40:47] ⇨ Joins: person (person!~person@193.33.61.51)
L175[08:41:02] <person> i didnt fail this time,i see you typing in discord @Bob
L176[08:41:41] <person> i am in the discord but i will use ingame pc
L177[08:41:54] <person> so
L178[08:41:55] <Bob> lamo
L179[08:42:09] <Bob> well lets keep using ingame chat
L180[08:42:14] <person> what libraries for scripting are supported
L181[08:42:19] <person> yep
L182[08:42:23] <Bob> alot
L183[08:42:23] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L184[08:42:26] <Bob> all OC provides
L185[08:45:51] <Wattana Gaming> hey can someone help me optimize my gpu function?
L186[08:50:17] ⇦ Quits: person (person!~person@193.33.61.51) (Remote host closed the connection)
L187[08:59:07] ⇦ Quits: nose (nose!webchat@qubcpq0336w-lp130-04-70-48-78-107.dsl.bell.ca) (Quit: webchat.esper.net)
L188[09:00:14] <Inari> Maybe, if you post it
L189[09:01:01] <ben_mkiv> she'll probably just add some random meows
L190[09:06:31] <Inari> ben_mkiv: https://www.reddit.com/user/cutecatgirlnyaa It's the simple things in life that are the best
L191[09:08:28] <ben_mkiv> cant argue with that
L192[09:08:56] <ben_mkiv> even tho im not a fan of catgirls
L193[09:09:00] <ben_mkiv> fox it is... xP
L194[09:09:13] <Inari> Eh, catgirls are still cute, even if foxgirls are strictly superior
L195[09:09:15] <Inari> %pet AmandaC
L196[09:09:16] * MichiBot brushes AmandaC with baout left. 8 health gained!
L197[09:14:16] <ben_mkiv> inari do you actually play minecraft?
L198[09:15:42] <Inari> ben_mkiv: Sometimes
L199[09:16:02] <ben_mkiv> singleplayer or multiplayer?
L200[09:16:27] <Inari> Sometimes single, someitmes multi
L201[09:16:51] <Inari> Though single only really if theres some kinda challenge pack or something, like Age of Engineering
L202[09:28:04] ⇨ Joins: HammrTime (HammrTime!webchat@108-86-173-169.lightspeed.miamfl.sbcglobal.net)
L203[09:28:32] <HammrTime> can someone help me with the irc disk?
L204[09:29:16] <HammrTime> hello?
L205[09:29:25] ⇦ Quits: HammrTime (HammrTime!webchat@108-86-173-169.lightspeed.miamfl.sbcglobal.net) (Client Quit)
L206[09:31:39] <AmandaC> Is %hello a dyncommand?
L207[09:33:59] <AmandaC> Actually
L208[09:34:28] <AmandaC> %addcommand dyntest [lua] "Test"
L209[09:34:28] <MichiBot> AmandaC: Command Added
L210[09:34:37] <AmandaC> %dyntest
L211[09:34:37] <MichiBot> AmandaC: Test
L212[09:34:44] <AmandaC> Ah
L213[09:34:53] <AmandaC> %delcommand dyntest
L214[09:34:54] <MichiBot> AmandaC: Command deleted
L215[09:35:28] <AmandaC> I had an idea for how to make hello ping a user, but since it's added statically it came really be done
L216[09:35:45] <Forecaster> hello is a dyncommand yeah
L217[09:37:12] <Forecaster> I could allow dyncommands to take arguments and use them in the message, but then you'd ping them when you use the command anyway
L218[09:37:56] <AmandaC> I'm pretty sure it already accepts arguments
L219[09:38:10] <Forecaster> it might, I don't remember
L220[09:38:45] <Saphire> %tonk
L221[09:38:46] <MichiBot> I'm sorry Saphire, you were not able to beat simon816's record of 8 hours and 35 seconds this time.
L222[09:38:47] <MichiBot> 2 hours and 30 seconds were wasted!
L223[09:38:53] <Saphire> Gah
L224[09:44:53] <Forecaster> woops?
L225[09:48:43] <ben_mkiv> anyone good creating SFX?
L226[09:54:59] <ben_mkiv> guess i'll just use a beeswarm sample xD
L227[09:59:18] <ben_mkiv> or just white noise? xD
L228[10:14:13] <Forecaster> bee noise
L229[10:16:37] <ben_mkiv> all those samples contain annoying birbs... -.-
L230[10:21:34] <ben_mkiv> low pass ftw :)
L231[10:26:06] <AmandaC> Beeswarm?
L232[10:26:21] <ben_mkiv> for the nanofog shield stuff
L233[10:28:48] <AmandaC> I see
L234[10:29:31] <ben_mkiv> https://www.youtube.com/watch?v=nKcB6MBkz10
L235[10:29:31] <MichiBot> NanoFog Swarm 6x10 blocks | length: 10s | Likes: 0 Dislikes: 0 View: 1 | by Ben ny | Published On 30/12/2018
L236[10:29:33] <ben_mkiv> these
L237[10:31:30] <AmandaC> %bap Inari
L238[10:31:31] * MichiBot baps Inari with Zuper Entertainment System
L239[10:31:49] <AmandaC> Ignoring me D:
L240[10:41:18] <Wattana Gaming> Damn this shit is trippy http://tinyurl.com/ybdeuq8r
L241[10:48:52] <AmandaC> Wtf is going on there?
L242[10:54:34] <Wattana Gaming> I tried to make the printStatus() scrolls the screen when the cursor reach the last line
L243[10:55:34] <Wattana Gaming> I tried to make the printStatus() scrolls the screen when the cursor reach the last line. the gpu copy function seem to go nuts all of the sudden [Edited]
L244[10:57:16] <ben_mkiv> xD
L245[10:57:25] <Inari> %inv add Soupy Entertainment System
L246[10:57:26] * MichiBot summons 'Soupy Entertainment System' and adds to her inventory. This seems rather fragile...
L247[10:57:27] <ben_mkiv> and whats going on in the top right corner?
L248[10:57:39] <ben_mkiv> with gabe^
L249[11:01:00] <Inari> https://www.reddit.com/r/Unexpected/comments/aav28b/damsonjpg/ i love it
L250[11:01:11] <Inari> (turn on sound)
L251[11:03:09] <Inari> AmandaC: get over here, I need something to practice cross-stitching on
L252[11:04:22] <AmandaC> D:
L253[11:04:57] <Inari> AmandaC: What, you're a hologram! It won't hurt
L254[11:05:03] <Wattana Gaming> Sooo I fixed that trippy bug now. Something is wrong with the number so I just did a cheap fix
L255[11:05:05] * AmandaC hides
L256[11:06:07] <AmandaC> Watana: I think the GPU us zero-based not 1-based which might be what threw it off
L257[11:08:46] <Wattana Gaming> yea thats both stupid and gory as hell
L258[11:08:53] <AmandaC> Inari: just because I'm a hologram doesn't mean my pain responses are any less painful for me, they're just simulated
L259[11:09:27] <Inari> AmandaC: we'll program it to pleasure instead
L260[11:09:39] <AmandaC> Pls no
L261[11:11:21] * AmandaC removes inari's super user privileges
L262[11:11:43] <Wattana Gaming> wth is going on
L263[11:15:50] <AmandaC> Secret Illuminati conversation
L264[11:19:40] <Skye> %potion
L265[11:19:40] <MichiBot> Skye: You get a fluffy red potion
L266[11:19:45] <Skye> %drink
L267[11:19:45] <MichiBot> Drink what?
L268[11:19:52] <Skye> %drink ^
L269[11:19:52] <MichiBot> Skye gains one point of speed
L270[11:27:07] <Wattana Gaming> Hey can I set the tmpAddress?
L271[11:29:39] <AmandaC> No
L272[11:30:23] <AmandaC> Well, you can monkey patch it to return something else, I guess, but IDK why you'd want to
L273[11:31:47] <Wattana Gaming> I am trying to at least get init to have some kind of input. How do I make something familiar to io.read()?
L274[11:54:07] ⇦ Quits: logan2611 (logan2611!~logan2611@174-29-135-88.hlrn.qwest.net) (Ping timeout: 202 seconds)
L275[11:59:54] ⇨ Joins: logan2611 (logan2611!~logan2611@174-29-133-49.hlrn.qwest.net)
L276[12:03:15] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C04A.versanet.de) (Ping timeout: 189 seconds)
L277[12:10:16] <AmandaC> char and key_down events
L278[12:12:12] <Wattana Gaming> wait do I need to decode all the frickin numbers? I better create a library for this shit. its HUGE
L279[12:19:37] ⇦ Quits: logan2611 (logan2611!~logan2611@174-29-133-49.hlrn.qwest.net) (Ping timeout: 183 seconds)
L280[12:20:28] ⇨ Joins: logan2611 (logan2611!~logan2611@174-29-135-247.hlrn.qwest.net)
L281[12:24:58] ⇨ Joins: erratic (erratic!erratic@shells.yourstruly.sx)
L282[12:39:51] <Inari> AmandaC: Good nows, I don't need an iOS device afterall!
L283[12:39:53] <Inari> %potion
L284[12:39:54] <MichiBot> Inari: You get a ripe tomato potion
L285[12:39:55] <Inari> %drink ^
L286[12:39:55] <MichiBot> Inari grows slightly.
L287[12:39:55] <AmandaC> key_down is only really needed for stuff like backspace, enter, etc. char contains the actual character, as well as the unicode number for it,which you can transform usng `unicode.char`
L288[12:40:00] <Inari> Nuu
L289[12:41:01] <Inari> AmandaC: NMS seems pretty neat now
L290[12:41:28] <Mimiru> Net.Minecraft.Server? Not heard that since my days of Bukkit plugins.. :P
L291[12:41:45] ⇦ Quits: logan2611 (logan2611!~logan2611@174-29-135-247.hlrn.qwest.net) (Ping timeout: 189 seconds)
L292[12:42:33] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-223-203.hlrn.qwest.net)
L293[12:51:17] ⇨ Joins: rakiru (rakiru!~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse)
L294[12:54:41] <MichiBot> Timed ban of Fronun Expired. Placed by: Mimiru
L295[12:54:42] *** zsh sets mode: -b *!*@hsrv0.guild-bt.ru
L296[12:57:16] ⇦ Quits: Kasen (Kasen!~rakiru@hi.i.wanted.to.let.you.all.know.that.i.think.incest.is.wince.st) (Quit: boop)
L297[12:57:16] *** rakiru is now known as Kasen
L298[13:10:51] ⇨ Joins: redxzilg (redxzilg!~redxzilgm@2001:470:1af1:107::207)
L299[13:28:20] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-223-203.hlrn.qwest.net) (Ping timeout: 183 seconds)
L300[13:29:34] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-223-203.hlrn.qwest.net)
L301[13:30:21] <Forecaster> %loot
L302[13:30:21] <MichiBot> Forecaster: You get a loot box! It contains a broken .zip.
L303[13:40:07] <S3> hm
L304[13:41:26] <S3> ok.
L305[13:41:37] <Forecaster> ohno
L306[13:41:44] <S3> I wonder how painful a dron quarry could be
L307[13:41:48] <S3> drone*
L308[13:43:02] <S3> I have never used drones ever beforer
L309[13:43:08] <S3> I wonder what their API is like
L310[13:43:35] <Forecaster> pretty similar to robots, but not really
L311[13:44:04] <Forecaster> you know, square yet round
L312[13:44:45] <S3> never used robots either
L313[13:44:49] <S3> I wonder ehat the difference is
L314[13:45:25] <Forecaster> basically drones are more limited, but faster, and move differently
L315[13:45:34] <S3> huh
L316[13:45:57] <S3> for mining a quarry, do you think drones or robots are better suited?
L317[13:46:18] <Forecaster> robots
L318[13:46:23] <Forecaster> I don't think drones can use tools
L319[13:46:48] <Inari> If Hitler got into Art School, Anime would not exist. Now thats an odd thought
L320[13:47:09] <Forecaster> not sure that's now the timeline works
L321[13:47:46] <infina> ...
L322[13:47:52] <Inari> Well, anime was born as a response to a dominant Disney in American occupied Japan. So, no war, no occupation, no anime
L323[13:48:31] <Forecaster> where did you read that
L324[13:48:43] <S3> Inari is just smart like that
L325[13:48:55] <Forecaster> I'm sure
L326[13:49:04] <Inari> https://www.youtube.com/watch?v=zZsFQPdU2dw
L327[13:49:04] <MichiBot> Anime and Otaku [Part 1/2] | Down the Rabbit Hole | length: 19m 59s | Likes: 6,674 Dislikes: 102 Views: 281,566 | by Fredrik Knudsen | Published On 18/2/2017
L328[13:49:22] <Inari> (The part about how anime was born at least :P)
L329[14:38:38] <CompanionCube> %tonk
L330[14:38:38] <MichiBot> I'm sorry CompanionCube, you were not able to beat simon816's record of 8 hours and 35 seconds this time.
L331[14:38:39] <MichiBot> 4 hours, 59 minutes and 52 seconds were wasted!
L332[14:50:12] <Kleadron> how to make linux more secure, remove the sudo command
L333[14:53:22] <ZefTheFox> Remove terminal
L334[14:59:56] <AmandaC> yes, and set the root password to 1234
L335[15:00:32] <logan2611> Don't set a root password
L336[15:03:33] <AmandaC> Good luck maintaining the machine then
L337[15:03:46] <AmandaC> nothing like a RCE with no sudo or root password to fix it!
L338[15:09:52] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C04A.versanet.de)
L339[15:31:25] <Forecaster> just never log in
L340[15:31:30] <Forecaster> the machine will run fine
L341[15:31:31] <Forecaster> :P
L342[15:36:38] <AmandaC> WEll, that's just brilliant, my gpg-based ssh agent is broken
L343[16:02:54] <Inari> https://www.youtube.com/watch?v=Ir2rkkZPMmQ
L344[16:02:54] <MichiBot> *Wears AirPods Once* | length: 2m 24s | Likes: 49,914 Dislikes: 674 Views: 860,699 | by Trevor Wallace | Published On 18/12/2018
L345[16:20:48] <Inari> %pet AmandaC
L346[16:20:49] * MichiBot pets AmandaC with the Magic Halonic Inquisition! (25%). 18 health gained (16+2)!
L347[16:21:05] * AmandaC meows
L348[16:21:14] <AmandaC> %choose irradiate or halucinate or rain
L349[16:21:14] <MichiBot> AmandaC: rain is for cool kids!
L350[16:21:18] <AmandaC> right
L351[16:25:42] <t20kdc> good, rain will protect you from the radiation
L352[16:30:17] <AmandaC> Even if I am sitting in it?
L353[16:30:27] <t20kdc> ...in the rain, or the radiation?
L354[16:30:31] ⇦ Quits: erratic (erratic!erratic@shells.yourstruly.sx) (Excess Flood)
L355[16:30:32] <AmandaC> Rain
L356[16:30:38] <t20kdc> eh, who knows
L357[16:31:00] <AmandaC> I usually lay down for my irradiation
L358[16:38:18] ⇨ Joins: erratic (erratic!erratic@shells.yourstruly.sx)
L359[16:56:25] <Joco223> Is there a way to make drone movement more precise and smooth?
L360[16:56:45] <Joco223> So if it has 0.7 acceleration it doesn't need as much time to stabilize at the end
L361[16:57:10] <Joco223> Since right now I do `computer.pullSignal(0.05)` while the velocity is bigger than 0.1
L362[16:57:27] <Joco223> Before it goes on to do the next thing
L363[17:08:36] <Joco223> Should I do another way or should I keep this?
L364[17:09:50] <ZefTheFox> Isn't that purely visable
L365[17:10:00] <ZefTheFox> and the drone move on a block by block basis
L366[17:11:15] <Joco223> https://www.youtube.com/watch?v=gLyztwvgqec&feature=youtu.be
L367[17:11:15] <MichiBot> Drone inventory manager v1 | length: 50s | Likes: 1 Dislikes: 0 Views: 4 | by Jovan Mihajlović | Published On 30/12/2018
L368[17:11:24] <Joco223> You can see here how it takes it time to stabilize itself
L369[17:12:10] ⇦ Quits: erratic (erratic!erratic@shells.yourstruly.sx) (Killed (kbuck (stop trying to oper everywhere)))
L370[17:13:16] <ZefTheFox> Yeah, isn't that purely visual though
L371[17:14:08] <Joco223> Doesn't seem like it
L372[17:14:21] <Joco223> As I said, it stabilizes itself then it goes to the next thing it needs to do
L373[17:17:17] <ZefTheFox> So it should halt the execution by itself while its stablizing
L374[17:20:00] <Joco223> I would like for it to come down to a halt as it is approaching the target, not start stopping when it reaches it which causes it to stabilize
L375[17:20:04] <Joco223> I would like for it to come down to a halt as it is approaching the target, not start stopping when it reaches it which causes it to stabilize itself [Edited]
L376[17:20:08] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107205E238F87372E39B38A57.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L377[17:21:35] <ZefTheFox> Well I'm not sure how you'd do that
L378[17:22:03] <ZefTheFox> Also does anyone else prefer to use the tier 2 screens because the tier 3 just seems too high for typing
L379[17:25:24] <Inari> And it's a long way forward~
L380[17:25:26] <Inari> so trust in me~
L381[17:27:43] ⇨ Joins: erratic (erratic!erratic@shells.yourstruly.sx)
L382[17:28:18] ⇦ Quits: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net) (Ping timeout: 189 seconds)
L383[19:28:05] ⇦ Quits: Inari (Inari!~Pinkishu@p5DEC6707.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L384[19:34:43] ⇦ Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout: 202 seconds)
L385[19:37:37] <AmandaC> %tell Inari https://nc.ddna.co/s/QqygN6obtDxsidM Let's go to the gym!
L386[19:37:37] <MichiBot> AmandaC: Inari will be notified of this message when next seen.
L387[19:38:21] ⇨ Joins: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L388[21:22:01] <Kodos> Lizzy do you not play ED anymore? My FL says you've not been active in 15 months
L389[21:22:20] <Lizzy> i haven't played it in a while
L390[21:23:54] <ben_mkiv> @ZefTheFox i stick to tier3 because of the colors and put a resolution command in .shrc
L391[21:24:02] <ben_mkiv> so it sets to lower resolution on startup
L392[21:25:06] <Kodos> When you did play what did you like to do
L393[21:26:12] <Lizzy> can't remember, think i mostly went pirate hunting in asteroid belts and just doing whatever missions from the starports
L394[21:51:23] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@i5387C04A.versanet.de) (Ping timeout: 190 seconds)
L395[22:45:09] <Kodos> I'm sorry, what? https://pastebin.com/XJVNB64s
L396[22:45:18] <Kodos> What kind of fuckin crash is that
L397[22:45:23] <Kodos> Seriously fucking helpful forge
L398[22:45:33] <Kodos> Oh, wait
L399[22:46:01] <Kodos> Nevermind, my friend is retarded
L400[23:03:47] ⇦ Quits: erratic (erratic!erratic@shells.yourstruly.sx) (Ping timeout: 180 seconds)
L401[23:20:51] <CompanionCube> %tonk
L402[23:20:52] <MichiBot> CompanionCube! You beat simon816's previous record of 8 hours and 35 seconds! I hope you're happy!
L403[23:20:53] <MichiBot> CompanionCube's new record is 8 hours, 42 minutes and 13 seconds
L404[23:21:02] <CompanionCube> %tonkout
L405[23:21:02] <MichiBot> CompanionCube has tonked out! Tonk has been reset! They gained 0.008 tonk points! Current score: 0.008
L406[23:21:14] <CompanionCube> %tonk
L407[23:37:08] ⇦ Quits: Dimtree (Dimtree!~dimtree@74-196-36-39.nbrncmtk01.res.dyn.suddenlink.net) (Quit: Peace)
L408[23:42:46] <TheFox> %tonk
L409[23:42:48] <MichiBot> TheFox! You beat CompanionCube's previous record of <0! I hope you're happy!
L410[23:42:49] <MichiBot> TheFox's new record is 21 minutes and 45 seconds
L411[23:58:53] ⇨ Joins: Dimtree (Dimtree!~dimtree@74-196-36-39.nbrncmtk01.res.dyn.suddenlink.net)
<<Prev Next>> Scroll to Top