<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:15] ⇨ Joins: Mimiru (~Mimiru@2607:5300:61:8d9::1bad:babe)
L2[00:01:15] zsh sets mode: +o on Mimiru
L3[00:01:40] ⇨ Joins: Shuudoushi (~Shuudoush@2607:5300:61:8d9::c0f:fee)
L4[00:48:44] *** Guest25094 is now known as payonel
L5[00:48:55] zsh sets mode: +v on payonel
L6[00:49:04] <payonel> o/
L7[01:09:07] *** noob_sleeping is now known as noob
L8[01:34:43] ⇦ Quits: rashy (~rashdanml@node-1w7jr9ssyc304j70457chq587.ipv6.telus.net) (Read error: Connection reset by peer)
L9[01:35:58] ⇨ Joins: rashy (~rashdanml@node-1w7jr9ssyc303zoxojdi6mezy.ipv6.telus.net)
L10[01:39:47] <noob> umm another nood question ... I have a table I need to access from different scripts ... so I thought I put that in it own lua and include that ... but I am doing it wrong: "local var = include('var')" with var.lua being "var={x=1,y=2} ; return var" but the local var is a boolean ... what am I doing wrong?
L11[01:40:37] <GreaseMonkey> noob: local var = assert(loadstring("var"))()
L12[01:40:42] <GreaseMonkey> wait shit
L13[01:40:51] <GreaseMonkey> i mean local var = assert(loadfile("var.lua"))()
L14[01:41:14] <GreaseMonkey> wait i just realised... the Lua way(tm) of doing things is to use require, not include
L15[01:41:20] <noob> Thanks a bunch
L16[01:42:27] <noob> argh ... that is why I shouldn#t type examples ... I have rewuire ... but in my head it was an include ... so I wrote include
L17[01:44:36] ⇦ Quits: Cervator (~Thunderbi@2601:4c1:4000:1050:6991:a31f:b281:990) (Quit: Cervator)
L18[01:53:25] <noob> GreaseMonekey: actually yours didn't exactly work ... only once I named it var = assert(loadfile("/home/var.lua"))() it did ... but without you I would never figured that one out ... So, thank you so much. ... so for some reasons it doesn't recognize the same location and I have to put in the absolute path ... quirks of technology *shrugs*
L19[02:13:30] ⇨ Joins: Vexatos (~Vexatos@p200300556E4D3D670D1806F7BB901F53.dip0.t-ipconnect.de)
L20[02:13:30] zsh sets mode: +v on Vexatos
L21[03:57:59] <Forecaster> !!!
L22[03:58:17] <Forecaster> forget that 10mil mission, I just found a 20mil one (that I also can't get)
L23[04:06:55] <Syrren> @Forecaster: dude where are you finding 10mil missions (other than long-range pax?)
L24[04:07:12] <Forecaster> passenger VIP missions
L25[04:07:31] <Forecaster> requires high standing though, so I couldn't accept either of them
L26[04:07:57] <Syrren> transport or tourism?
L27[04:08:33] <Forecaster> VIP missions are pretty much always tourism
L28[04:08:54] <Syrren> ...right. well, so long as it's not For the Mug!
L29[04:09:37] <Forecaster> what?
L30[04:10:19] <Syrren> there's tourism missions to Hutton Orbital
L31[04:10:51] <Syrren> the problem is that said orbital is, like, 0.22LY away from the system entry point
L32[04:13:39] <Syrren> @Forecaster: tl;dr: https://www.reddit.com/r/EliteDangerous/comments/5s96yk/fuck_the_mug/
L33[04:15:53] <Forecaster> that's more reading but okay
L34[04:16:18] ⇦ Quits: ping (v^@me.pxtst.com) (Ping timeout: 204 seconds)
L35[04:16:42] <Forecaster> I just realized you can now put in more fuel tanks
L36[04:16:46] <Forecaster> that makes this easier
L37[04:17:15] <Syrren> @Forecaster: it's not more reading because it's an image :-P
L38[04:18:19] <Forecaster> the image has text in it...
L39[04:18:29] ⇨ Joins: ping (v^@me.pxtst.com)
L40[04:19:10] <Syrren> truuuue
L41[04:23:13] ⇨ Joins: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L42[05:18:23] ⇦ Quits: BlueAgent (~BlueAgent@2001:8003:8714:b800:357c:2149:2b74:d35) (Ping timeout: 204 seconds)
L43[05:22:35] ⇨ Joins: BlueAgent (~BlueAgent@d58-111-110-29.per2.wa.optusnet.com.au)
L44[05:41:51] ⇦ Quits: Backslash (~Backslash@ip-178-203-97-177.hsi10.unitymediagroup.de) (Quit: Leaving)
L45[05:48:16] <Forecaster> http://tinyurl.com/y7pmegyq
L46[05:55:14] ⇨ Joins: Backslash (~Backslash@ip-178-203-97-177.hsi10.unitymediagroup.de)
L47[06:30:29] ⇨ Joins: Inari (~Pinkishu@p5DEC60F8.dip0.t-ipconnect.de)
L48[06:33:30] ⇨ Joins: andreww (~xarses@c-67-180-86-164.hsd1.ca.comcast.net)
L49[06:35:49] ⇦ Quits: xarses_ (~xarses@c-67-180-86-164.hsd1.ca.comcast.net) (Ping timeout: 200 seconds)
L50[06:59:40] <noob> I have rectangles defined with the values x,y,size_x,size_y now I want to test if two rectangles overlap ... but my brain bugs out again...
L51[07:01:55] <Forecaster> (x1 + x1_size) > x2 and (y1 + y1_size) > y2
L52[07:02:16] ⇦ Quits: BlueAgent (~BlueAgent@d58-111-110-29.per2.wa.optusnet.com.au) (Ping timeout: 183 seconds)
L53[07:05:37] ⇨ Joins: BlueAgent (~BlueAgent@101.186.73.210)
L54[07:06:54] <noob> how does that look (for x only for now) .... did I derp it up? (everything is stored in a table named button ... and new ones can occupy the same space as existing ones
L55[07:06:55] <noob> if (button[i].x => x and button[i].x <= x+size_x) or (button[i].x+button[i].size_x => x and button[i].x + button[i].size_x <= x+size_x)
L56[07:08:04] <noob> *can't
L57[07:08:09] <noob> stupid typos
L58[07:08:55] <Inari> I don't see why you'd need that secodn check
L59[07:09:41] <noob> well, only one part of one button might overlap with another part of another button.
L60[07:09:47] <noob> but on second thought ... I might not need it all
L61[07:09:55] * noob is a derp
L62[07:10:23] <Inari> You know what
L63[07:10:28] <Inari> Just use this book on collision detection xD
L64[07:11:21] * noob hides behind the counter in case Inari throws a book at him
L65[07:11:47] * noob %drama
L66[07:11:48] <MichiBot> noob: Toops claims MFFS is full of bad code
L67[07:11:49] <MichiBot1> noob: Forge breaks Natura support in Simply Jetpacks
L68[07:11:50] <Inari> http://www.r-5.org/files/books/computers/algo-list/realtime-3d/Christer_Ericson-Real-Time_Collision_Detection-EN.pdf page 77
L69[07:11:54] <Inari> Though you only need 2 coordinates of course
L70[07:12:02] <Forecaster> uh
L71[07:12:12] <Forecaster> @Mimiru why is there two michibot?
L72[07:12:34] <Inari> %stab noob
L73[07:12:36] * noob pokes michcibot
L74[07:12:39] * MichiBot stabs noob with dead HDD doing [3] damage
L75[07:12:40] * noob pokes michibot
L76[07:12:42] * MichiBot1 strikes noob with MagIc doing [4] damage
L77[07:12:42] * MichiBot squeaks!
L78[07:12:43] <Inari> \o/
L79[07:13:08] <noob> %stap myself
L80[07:13:14] <noob> %stab myself
L81[07:13:17] * MichiBot1 hits myself with chainsaw doing [3] damage
L82[07:13:18] * MichiBot shivs myself with core doing [5] damage
L83[07:13:27] <noob> %stab herself
L84[07:13:30] * MichiBot1 uses a single player to vaporize noob
L85[07:13:30] * MichiBot uses Moe to vaporize noob, Moe flickers and pops out of existence.
L86[07:13:52] <Mimiru> damn it.
L87[07:14:45] <noob> something is wrong ...
L88[07:14:55] <noob> %stab Michibot
L89[07:14:57] * MichiBot uses AshIndigo to vaporize noob
L90[07:15:02] ⇦ Quits: MichiBot1 (~MichiBot@hekate.pc-logix.com) (Remote host closed the connection)
L91[07:15:18] <noob> yay it killed michibot 1
L92[07:16:50] <Forecaster> she will haunt your dreams now
L93[07:16:57] <Mimiru> the one time the damn @reboot cron actually runs, and I've got the bot running somewhere else.
L94[07:18:36] <Mimiru> well.. the vmdk to vdi conversion ended with a 692GB file
L95[07:18:39] <Mimiru> down from 1tb
L96[07:19:35] <Mimiru> but most of that is empty space... so I've gotta zerofill that then trim it at some point..
L97[07:24:58] <noob> this does work to define a default value, right? (is within a function) button[name]["size_x"] = size_x or 1
L98[07:27:14] <Forecaster> Mimiru do you mind if I rip out most of the permissions system in the bot and re-do it?
L99[07:27:41] <Mimiru> Yes I mind!
L100[07:27:46] <Mimiru> No.. :P
L101[07:27:55] <Mimiru> What's up..?
L102[07:28:15] <Forecaster> having a system where the role is a number is weird to me
L103[07:28:48] <Forecaster> I prefer that they're string keys instead, and the system translates them into numbers on it's own
L104[07:28:55] * Mimiru shrugs...
L105[07:29:11] <noob> Oh, btw thanks lot for the book ... will come in handy later ... but I decided that I actually want some buttons to overlap after all.
L106[07:29:12] <Forecaster> makes it easier to add or remove roles
L107[07:34:47] <noob> hmmm seems what I try to do is more than I can chew ... well, I just go along and do it half heartily and then nodge it till it fits this one purpose ...
L108[07:36:13] <Forecaster> why do you need to check if the buttons overlap?
L109[07:36:14] <noob> One of my cats was named Michi ... she loved to jump up from the ground and lay herself around my shoulders.
L110[07:37:08] <noob> forcaster ... that is the thing ... I thought I do ... but then decided it would be even counterproductive ...
L111[07:37:49] <Forecaster> kay
L112[07:37:54] <Forecaster> I'm not headed to a black hole
L113[07:38:45] <noob> and if I would do it correctly ... I would have to do a whole real window management system ... which is way more than I probably need ... and definitely way way way more than I able to do
L114[07:41:58] <noob> for now I add in a value named top ... when I want to draw buttons on the very top ... (which means they will be drawn after everything else) hope that works out ...
L115[07:42:33] * noob is known for his right through the knee into the eye methods
L116[07:49:58] <Forecaster> sounds pleasant
L117[07:50:31] * Mimiru impatiently waits for Hekate's hdd to fill
L118[07:51:30] <noob> Mimiru: I have some porn I could use to help you with that
L119[07:51:39] <Mimiru> I'm zerofilling it...
L120[07:52:21] <noob> I am almost sure the data of my porn contains zeros, too
L121[07:53:22] <Forecaster> there'd be at least some 00's for sure
L122[07:53:25] * noob is a big fat zero
L123[07:53:33] <noob> %stab noob
L124[07:53:34] * MichiBot slaps noob with boredom doing [13] damage
L125[07:54:00] <noob> that is fitting
L126[07:54:15] <Mimiru> 530gb free...
L127[07:55:42] <Mimiru> basically 1gb/s
L128[07:56:39] <noob> That is a lot of free space ... not matter how big my store setup gets I never have that much free space soon after ... I guess I need a petabyte storage.
L129[07:57:06] <Mimiru> cd /
L130[07:57:07] <Mimiru> ._.
L131[07:58:27] <Lizzy> lol
L132[07:59:35] <Forecaster> http://tinyurl.com/y8ov29en
L133[07:59:40] <Forecaster> A black hole!
L134[08:00:17] <Temia> Maybe you should find a better hobby than downloading so much porn :p
L135[08:01:21] <Mimiru> 390gb
L136[08:01:23] * Mimiru sighs
L137[08:09:04] <noob> Temia: but porn is fun
L138[08:09:50] <noob> I would program, though ... if I wouldn't be so stupid.
L139[08:11:57] ⇨ Joins: Syrren_ (~syrren@101.187.171.220)
L140[08:14:27] ⇦ Quits: Syrren (~syrren@101.187.171.220) (Ping timeout: 204 seconds)
L141[08:15:45] <Forecaster> you don't learn to program by not programming :P
L142[08:19:13] ⇨ Joins: ImSoBored246 (~imsobored@cpc117894-brad23-2-0-cust58.17-1.cable.virginm.net)
L143[08:24:26] ⇦ Quits: ImSoBored246 (~imsobored@cpc117894-brad23-2-0-cust58.17-1.cable.virginm.net) (Ping timeout: 195 seconds)
L144[08:24:35] <Mimiru> ok.. stopping Hekate a gain so I can compact the vdi
L145[08:24:38] <Mimiru> then heading to work..
L146[08:24:54] <noob> arrgh I am fucking stupid .... wonder why the code isn't doing much ... had an debug os.exit() still in *head desk*
L147[08:24:58] <Forecaster> http://d.facdn.net/art/eosfoxx/1437760832/1437760699.eosfoxx_alwaysbeafox.jpg
L148[08:26:23] <Michi> ...
L149[08:26:27] <Michi> %p Mimiru
L150[08:26:29] <MichiBot> Ping reply from Mimiru 0.16s
L151[08:26:32] <Michi> shutdown already
L152[10:31:25] ⇨ Joins: Neo (~Neo@2607:5300:61:8d9::dead:c0de)
L153[10:31:26] *** Server sets mode: +ntz
L154[10:31:32] <Michiyo> also, yay logging is back.
L155[10:31:40] ⇨ Joins: SpiritedDusty (~SpiritedD@hekate.pc-logix.com)
L156[10:31:41] zsh sets mode: +o on SpiritedDusty
L157[10:31:56] <Michiyo> so, Hekate and Athena will be less than 400GB..
L158[10:32:00] <Michiyo> Bast is a fatty though :/
L159[10:32:05] <Michiyo> and will be close to that alone.
L160[10:32:18] ⇨ Joins: payonel (~payonel@2607:5300:61:8d9::bad:c0de)
L161[10:32:39] <Michiyo> I wonder...
L162[10:32:48] *** payonel is now known as Guest45963
L163[10:34:32] ⇨ Joins: Mimiru (~Mimiru@2607:5300:61:8d9::1bad:babe)
L164[10:34:32] zsh sets mode: +o on Mimiru
L165[10:35:56] <ghost_noob|away> %give MichiBot several stacks of pizza to drown yourself in.
L166[10:35:57] * MichiBot accepts several stacks of pizza to drown yourself in. and adds it to her inventory
L167[10:36:55] ⇨ Joins: Naomi (~Naomi@2607:5300:61:8d9::1bad:babe)
L168[10:37:30] ⇨ Joins: Shuudoushi (~Shuudoush@2607:5300:61:8d9::c0f:fee)
L169[10:41:05] ⇦ Quits: Michiyo (~Michiyo@mail.pc-logix.com) (Read error: Connection reset by peer)
L170[10:41:53] ⇨ Joins: Michi_ (webchat@108-254-228-136.lightspeed.mmphtn.sbcglobal.net)
L171[10:41:54] zsh sets mode: +o on Michi_
L172[10:43:03] <Michi_> ohhai
L173[10:43:08] *** Michi_ is now known as Michiyo
L174[10:49:13] <Vexatos> ohai D:
L175[10:50:22] <Michiyo> converting Bast to vdi, then... since I've not seen gamax92 in
L176[10:50:25] <Michiyo> %seen gamax92
L177[10:50:25] <MichiBot> gamax92 was last seen 1d 22h 59m 21s ago. Saying: bleh
L178[10:50:29] <Michiyo> ... almost 2 days
L179[10:50:35] <Michiyo> I guess I'll do Athena.
L180[10:51:05] <Michiyo> I hope he's ok..
L181[10:53:25] <Forecaster> huh
L182[10:53:38] <Forecaster> Vex's new discord picture makes me thing of juggling
L183[10:56:43] <ghost_noob|away> Yeah ... that is an issue ... haven't seen some online contact for a while ... they his other friends told me he committed suicide... That was depressing and sad
L184[10:59:52] <Vexatos> But it's not about juggling :I
L185[11:00:21] <Forecaster> think*
L186[11:00:27] <Forecaster> I didn't say it was :P
L187[11:00:33] <Forecaster> just that that's what it makes me think of
L188[11:00:37] ⇨ Joins: Fallen0223 (~Fallen@cpe-24-211-147-118.nc.res.rr.com)
L189[11:00:50] <Vexatos> There's only one thing you'll find when looking up that image ?
L190[11:01:49] <ghost_noob|away> Vexatos: goatze?
L191[11:02:43] <Vexatos> ghost_noob|away: I had that happen two years ago... But, well, I didn't feel sad either when my grandfather died so maybe I'm just lacking empathy ?
L192[11:03:25] <Forecaster> depends how close you were
L193[11:03:36] <Vexatos> He was living in the same house
L194[11:03:44] <Vexatos> Ever since I can remember
L195[11:04:06] <Forecaster> Julia
L196[11:04:07] <ghost_noob|away> Vexatos: Welcome in the club of sociopaths.
L197[11:04:09] <Vexatos> Yes
L198[11:04:14] <Corded> * <Vexatos> claps
L199[11:04:26] <Forecaster> and that doesn't tell me how close you were
L200[11:04:35] <Vexatos> Well I am pretty sure we were close
L201[11:04:41] <Vexatos> Not that I can really tell
L202[11:04:45] <Vexatos> what "close" means
L203[11:04:52] <Forecaster> I dunno
L204[11:05:26] <Vexatos> Everyone else in the house was crying when he died, my first thought was that I have to mow the lawn more often now. Nice.
L205[11:06:18] <Forecaster> I didn't cry or anything when my moms parents died, but we only visited them a few times per year
L206[11:06:18] <Vexatos> Whatever that tell you
L207[11:06:43] <Vexatos> Well, I've been seeing them at least as often as my own parents ever since I can remember
L208[11:07:12] <Vexatos> Since they were at home more often than me or my parents for obvious reasons
L209[11:07:16] <ghost_noob|away> my grandpa died after not staying in bed after his heart attack ...
L210[11:07:16] <Vexatos> My grandmother's still there
L211[11:07:51] <Vexatos> Currently worrying about my uncle who's apparently had a major car accident and has been almost dead for a week now
L212[11:08:04] <Vexatos> Probably not too healthy for her
L213[11:09:08] <Vexatos> I don't know, I'm pretty sure I _should_ have been sad when we were told he died
L214[11:09:10] <ghost_noob|away> Can't happen to me .. my grandmom is dead ... 20 years now... I think
L215[11:09:10] <Forecaster> "uncle" -> "her"
L216[11:09:11] <Forecaster> what
L217[11:09:20] <Vexatos> For my grandmother
L218[11:09:38] <Vexatos> She's the one worrying, after all
L219[11:09:49] <Forecaster> oh
L220[11:10:17] <Forecaster> ooh, I missed the "my grandmother's still there" line
L221[11:10:54] <ghost_noob|away> You can measure your age on the number of people you knew and who are now dead ... fuck I am old
L222[11:11:18] <Forecaster> you can measure your age in a lot of things, with various accuracy
L223[11:11:36] <Michiyo> I can measure my age in years.
L224[11:11:39] <Michiyo> 32.
L225[11:11:51] <Vexatos> I can measure my age in years I have spent in educational facilities
L226[11:11:51] <Forecaster> pssh, that's too mainstream
L227[11:11:51] <ghost_noob|away> I am old in any way you measure it.
L228[11:12:05] <Vexatos> But that's not accurate since I skipped a year of school :I
L229[11:12:10] <ghost_noob|away> Michiyo: cat yeasr?
L230[11:12:12] <Forecaster> you'r nothing compared to the age of the universe :P
L231[11:12:18] <Michiyo> lol, no.
L232[11:12:21] <Vexatos> I am old compared to the people I usually talk to
L233[11:12:31] <Vexatos> But I am extremely young compared to my fellow students
L234[11:13:26] <ghost_noob|away> Vexatos: So you talk to a lot of pre-schoolers then?
L235[11:13:55] <Forecaster> ghost_noob you're supposed to be away
L236[11:14:33] <Vexatos> I talk to a lot of people who are just starting in university
L237[11:15:10] <ghost_noob|away> exorcise me ... (i try to but can't concentrate / think ... need to change the meds)
L238[11:15:14] <Vexatos> And I'll have my first degree in a year
L239[11:15:31] <Vexatos> I feel old thinking about that :I
L240[11:16:10] *** ghost_noob|away is now known as poltergeist_noob
L241[11:18:19] <poltergeist_noob> I am old enough to already expect grandchildren soon ... that is if I had kids ... but I am responsible enough to know I am not responsible enough to have kids
L242[11:19:02] <Forecaster> There's a system called "Furbaide"
L243[11:19:08] <Forecaster> I wonder if it's populated by furbies
L244[11:19:53] <poltergeist_noob> Forecaster: Better than Furcadia ... which is populated by furries
L245[11:20:22] <Forecaster> well yeah
L246[11:20:23] <Forecaster> duh
L247[11:20:32] <Vexatos> Furcaster
L248[11:20:33] <Forecaster> that's what it's for
L249[11:21:51] <poltergeist_noob> And the forbidden land of Furabianights (or similar) ... which is a place that can even make a porn actress blush in shame
L250[11:22:46] <Forecaster> This has nothing to do with anything and I don't care
L251[11:23:38] <poltergeist_noob> Yeah my mind has gone of to tangent, aga... oh look, a butterfly
L252[11:24:01] <Forecaster> unless they clear accounts due to inactivity I probably have a furcadia account still
L253[11:24:26] <poltergeist_noob> me, too
L254[11:25:22] <Forecaster> http://tinyurl.com/ybn4h59a
L255[11:25:29] <poltergeist_noob> to bad i dunno the logins anymore ... man I lost more account for stuff on the net than I can count or remember
L256[11:27:05] <Forecaster> blue marble
L257[11:27:27] <Vexatos> You should play planet marble games
L258[11:28:31] <poltergeist_noob> Too exhausting. Planets are heavy
L259[11:29:02] * poltergeist_noob haunts the chat
L260[11:29:17] <Corded> * <Forecaster> vacuums noob
L261[11:29:48] * poltergeist_noob slips out of the bag ... plenty dusty
L262[11:30:17] * poltergeist_noob haunts the chat, and now leaves dust prints everywhere
L263[11:49:29] ⇦ Quits: Michiyo (webchat@108-254-228-136.lightspeed.mmphtn.sbcglobal.net) (Ping timeout: 180 seconds)
L264[12:02:06] <Kodos> Motherfuckin Neopets
L265[12:02:07] <Kodos> That is all
L266[12:03:42] <Temia> Don't say its name
L267[12:03:47] <Temia> For it will know you did
L268[12:04:34] <poltergeist_noob> Temia: Kodos: and the rest of the world, too
L269[12:07:00] ⇨ Joins: Schzd (~Schzdadep@modemcable250.104-59-74.mc.videotron.ca)
L270[12:08:12] <poltergeist_noob> I have the uber primitive version almost running ... who needs interactivity anyway ...
L271[12:08:49] <Corded> * <Forecaster> removes noob's mouse and keyboard
L272[12:09:16] <Syrren> now that's below the belt :-p
L273[12:09:45] * poltergeist_noob thinks youtube is on autoplay anyway so not much needed that stuff
L274[12:17:48] <Forecaster> Syrren no it's below the screen, typically
L275[12:18:23] <Syrren> oh you
L276[12:19:12] * poltergeist_noob says via speech to text: In my case it is ...was also below my belt
L277[12:19:36] <Forecaster> ...
L278[12:19:44] <Kodos> Hokay...
L279[12:19:45] <Corded> * <Forecaster> lets go of the mouse
L280[12:22:37] <poltergeist_noob> The keyboard, too ... actually the keyboard / mouse holder as well ... that is direct on my knees
L281[12:22:57] <Forecaster> why do you have those mounted on your knees?
L282[12:23:33] <poltergeist_noob> No, it is so low mounted that it is direct above my knees ...
L283[12:24:37] <Forecaster> I think you may have a different interpetation of "below"
L284[12:25:05] <Forecaster> if you're sitting your knees are at about the same height as your belt...
L285[12:25:31] <poltergeist_noob> It is kinda comfy ... I could put higher ... but I have to unscrew the holder for that ... and I am lazy
L286[12:26:56] <poltergeist_noob> now ... how tf you are sitting? the knees are one hand below my knees ... if it were on same height my ass would be naked
L287[12:27:09] <poltergeist_noob> fuck
L288[12:27:25] <poltergeist_noob> the belt is one hand below my knees ... if it were on same height my ass would be naked
L289[12:27:58] <Forecaster> uh
L290[12:28:19] <Forecaster> does your body rearrange itself when you're not wearing clothes? :P
L291[12:28:29] <Forecaster> I'm not sure why that condition was necessary
L292[12:28:50] <poltergeist_noob> *above ... fuck I can't concentrate ... peobably the reason why my code doesn't work
L293[12:29:29] <poltergeist_noob> since I take these meds my brain is all mushy
L294[12:31:21] <poltergeist_noob> I thought it was going better ... better ... at least I don't forget every 5 minutes what I wanted to do for the next hour
L295[12:31:47] <poltergeist_noob> but it seems I was wrong according to the shit I write.
L296[12:32:00] <Forecaster> holy crap I'm finally done
L297[12:32:35] <Forecaster> I just touched down at my home station after ferrying two jerks around for several hours
L298[12:32:54] <Forecaster> actual hours.
L299[12:33:08] <poltergeist_noob> at least I still recognize that this doesn't make sense... (I hope at least I catch all the times it doesn't make sense)
L300[12:33:41] <poltergeist_noob> ... so well done ... haven't played E:D in ages.
L301[12:34:35] <Forecaster> huh? what doesn't make sense?
L302[12:35:11] <poltergeist_noob> I really wish I could do several things at a time ... like playing minecraft and playing E:D and several other games ...
L303[12:35:19] <Forecaster> These two jerks just paid me 10 million 200 credits approximately for this, so it makes perfect sense
L304[12:35:46] <poltergeist_noob> Forecaster: Well, I wrote that my belt was below my knees ... when I meant it is above my knees ...
L305[12:36:16] <Forecaster> ah, yes
L306[12:38:29] ⇨ Joins: Cervator (~Thunderbi@2601:4c1:4000:1050:4953:80d2:b7:778b)
L307[12:39:02] <poltergeist_noob> ... great ... now I have the choice between taking no meds ... and not being able to do shit ... taking one kind of meds and (literally literally) only doing shit or taking other meds and being retarded.
L308[12:40:07] <poltergeist_noob> I think I should change back ... I have wifi on my toilet
L309[12:50:01] ⇨ Joins: BearishMushroom (~BearishMu@78-73-0-138-no159.tbcn.telia.com)
L310[14:32:32] *** Joins: Neo (~Neo@2607:5300:61:8d9::dead:c0de)
L311[14:32:32] *** Server sets mode: +ntz
L312[14:32:42] ⇨ Joins: SpiritedDusty (~SpiritedD@hekate.pc-logix.com)
L313[14:32:43] zsh sets mode: +o on SpiritedDusty
L314[14:32:59] <Mimiru> Why would it? This is hekate booting..
L315[14:33:11] ⇦ Quits: Michi (~Michi@206.255.160.219) (Ping timeout: 204 seconds)
L316[14:33:43] <gamax92> oh
L317[14:33:49] <gamax92> thought it was moved
L318[14:34:56] ⇨ Joins: Mimiru (~Mimiru@2607:5300:61:8d9::1bad:babe)
L319[14:34:56] zsh sets mode: +o on Mimiru
L320[14:35:15] <Lizzy> Inari, are you also folliwing the catgirl bot on twitter?
L321[14:35:21] <Inari> Yeah :p
L322[14:35:28] <Inari> Though I think that one I saw cause you liked it?
L323[14:35:28] <Inari> Or so
L324[14:35:50] <Inari> @Lizzy found it interesting how she isn't the standard anime bodyshape, but still cute :P
L325[14:35:51] ⇨ Joins: payonel (~payonel@2607:5300:61:8d9::bad:c0de)
L326[14:35:57] <poltergeist_noob> There are people still using twitter?
L327[14:36:03] <gamax92> duh?
L328[14:36:09] <Inari> Nah
L329[14:36:11] <Forecaster> nah, they're all just bots
L330[14:36:15] <Inari> Everyone spontaneously stopped using it
L331[14:36:20] *** payonel is now known as Guest90281
L332[14:36:31] <gamax92> yeah titter died out years ago
L333[14:36:44] <gamax92> uhm, mistakes were made.
L334[14:36:52] <Forecaster> xD
L335[14:36:55] <Forecaster> or were they
L336[14:37:00] <poltergeist_noob> I switched over to GAB.ai
L337[14:37:09] <Inari> https://pbs.twimg.com/media/DIGTKBdXoAAYhDV.jpg:large
L338[14:37:12] <gamax92> the fuck is that
L339[14:37:15] <Mimiru> I wish
L340[14:37:36] <poltergeist_noob> gab is twitter without censorship
L341[14:38:00] ⇨ Joins: Naomi (~Naomi@2607:5300:61:8d9::1bad:babe)
L342[14:40:10] <poltergeist_noob> What is better ... buffering the values I get from extreme reactors ... or pull them each time I do something with them (which might several time / main loop)
L343[14:40:26] <gamax92> See, I can't see anything on gab without logging in
L344[14:40:38] <gamax92> but I can see stuff on twitter without being logged in
L345[14:41:47] <Forecaster> unless you get updates from the reactor why would you buffer anything
L346[14:41:54] <Inari> I also need a premium thing for features that should really be free
<<Prev Next>> Scroll to Top