<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[02:01:45] ⇦ Quits: Kleadron (Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping timeout: 189 seconds)
L2[02:58:39] <BrainStone> %tonk
L3[02:58:40] <MichiBot> I'm sorry BrainStone, you were not able to beat CompanionCube's record of 3 hours, 58 minutes and 21 seconds this time.
L4[02:58:41] <MichiBot> 3 hours, 31 minutes and 14 seconds were wasted! Missed by 27 minutes and 7 seconds!
L5[02:59:29] <CompanionCube> fail
L6[03:19:15] <Izaya> I think someone mentioned issues with newpipe here, https://mastodon.technology/users/fdroidorg/statuses/101442332125629313
L7[03:34:38] ⇨ Joins: Vexatos (Vexatos!~Vexatos@p200300C107205E5136D9E2F0E6F4A370.dip0.t-ipconnect.de)
L8[03:34:39] zsh sets mode: +v on Vexatos
L9[04:53:43] <Kodos> Machinima is dead ?
L10[05:01:27] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-185-95.hlrn.qwest.net) (Read error: Connection reset by peer)
L11[05:01:39] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-185-95.hlrn.qwest.net)
L12[05:04:37] <Forecaster> ?
L13[05:04:51] <Kodos> Otter Media took over Machinima's Youtube channel, and nuked all the videos
L14[05:05:00] <Kodos> **all** the videos
L15[05:05:28] <Forecaster> that seems odd
L16[05:06:43] <Kodos> Indeed, but #RIPMachinima was trending on Twitter, so I checked it out and ?
L17[05:08:11] <Kodos> Also I'd have sworn I could wash a sticky piston off in a cauldron
L18[05:08:37] <Forecaster> probably a specific mod thing
L19[05:10:05] <Kodos> Hm
L20[05:24:13] ⇦ Quits: Icedream (Icedream!~icedream@212.83.173.97) (Quit: A lol made me boom.)
L21[05:28:42] ⇨ Joins: Icedream (Icedream!~icedream@212.83.173.97)
L22[05:44:42] ⇨ Joins: Inari (Inari!~Pinkishu@pD9E390B5.dip0.t-ipconnect.de)
L23[05:51:20] <Lizzy> %tonk
L24[05:51:21] <MichiBot> I'm sorry Lizzy, you were not able to beat CompanionCube's record of 3 hours, 58 minutes and 21 seconds this time.
L25[05:51:22] <MichiBot> 2 hours, 52 minutes and 41 seconds were wasted! Missed by 1 hour, 5 minutes and 40 seconds!
L26[05:51:34] <Lizzy> :(
L27[06:47:15] <?? ??McMaartenz> ai
L28[06:48:00] <?? ??McMaartenz> I wonder, since `event.pull()` would wait for an event, if it has low power usage just like `os.sleep()`?
L29[06:49:40] <Izaya> Yup.
L30[06:49:48] <?? ??McMaartenz> YES
L31[06:50:10] <?? ??McMaartenz> That opens the possibility of sleep mode till someone touches the screen (i think?)
L32[06:50:20] <Izaya> Basically, yeah.
L33[06:50:25] <?? ??McMaartenz> yay!
L34[06:50:36] <Izaya> I think AmandaC experimented with that sort of thing
L35[06:51:09] <?? ??McMaartenz> Hhehe... I changed the `shutdown` and `reboot` command to execute the sleep command I created (works perfectly!)
L36[06:51:17] <Izaya> :D
L37[06:51:28] <?? ??McMaartenz> I can't reboot nor shutdown now
L38[06:51:31] <?? ??McMaartenz> :P
L39[06:51:34] <?? ??McMaartenz> I'll fix that later
L40[06:51:53] <Izaya> bonus points: have a mode that blanks the screen
L41[06:52:20] <?? ??McMaartenz> Hmm
L42[06:52:38] <?? ??McMaartenz> That is a good idea
L43[06:52:44] <?? ??McMaartenz> I'll try that
L44[06:52:56] <?? ??McMaartenz> (But how would it restore the previous screen it cleared?)
L45[06:53:00] <?? ??McMaartenz> :P
L46[06:53:41] <Lizzy> you could try `gpu.copy()`, not sure where that get's stored though and how you re-apply it ot the screen
L47[06:53:49] <?? ??McMaartenz> ahAH
L48[06:53:54] <?? ??McMaartenz> That makes actually sense
L49[06:53:54] <Izaya> You can also read the current contents of t he screen
L50[06:54:11] <?? ??McMaartenz> But the GUI is independent from the system then if I just copy it.. right?
L51[06:54:19] <?? ??McMaartenz> ¯\_(ツ)_/¯
L52[06:54:20] <Lizzy> failing that, if the case is next to the screen and you have a redstone card, you could probably turn it off and on that way
L53[06:54:27] <Lizzy> ~oc screen
L54[06:54:27] <ocdoc> http://ocd.cil.li/component:screen
L55[06:54:30] <?? ??McMaartenz> ooo
L56[06:54:35] <Lizzy> oh
L57[06:54:38] <Lizzy> better yet
L58[06:54:47] <?? ??McMaartenz> That would be way easier xD
L59[06:54:53] <Lizzy> the screen has `turnOff()` and `turnOn()` functions
L60[06:55:05] <?? ??McMaartenz> If I saw that already..
L61[06:55:44] <?? ??McMaartenz> so I could do this :D
L62[06:55:44] <?? ??McMaartenz> Code Block pastebined https://paste.pc-logix.com/ovazekevok
L63[06:56:05] <Lizzy> yep
L64[06:56:13] <?? ??McMaartenz> You guys are legit **genius**
L65[06:56:30] <Izaya> Lizzy: since when is that a thing
L66[06:56:32] <Izaya> >.>
L67[06:56:45] <?? ??McMaartenz> xD
L68[06:56:54] <Lizzy> Izaya, idk, i only saw it when looking at the api docs
L69[06:57:23] <?? ??McMaartenz> Ey it works :D
L70[06:57:58] <Lizzy> brrr, my room is cold
L71[07:00:14] <Forecaster> you need more computers
L72[07:00:20] <?? ??McMaartenz> lmao
L73[07:00:20] <?? ??McMaartenz> true
L74[07:00:30] <Lizzy> i probably just need this pc to run full tilt for a bit
L75[07:00:58] <Forecaster> start crysis!
L76[07:01:06] <Forecaster> wait, no that was like 10 years ago
L77[07:01:24] <awoo> hey my pc still struggles with crysis :(
L78[07:01:37] * Lizzy goes to recompile a linux kernel
L79[07:02:45] <Izaya> certbot pls
L80[07:04:09] <Lizzy> i'm kinda suprised my certbot/certsync stuff is still working, heh
L81[07:04:19] <Izaya> so I figured
L82[07:04:29] <Izaya> "oh I'll just mount the dir with the certs in the container"
L83[07:04:38] <Izaya> /etc/prosody/certs/shadowkat.net/fullchain.pem: broken symbolic link to ../../archive/shadowkat.net/fullchain5.pem
L84[07:04:51] <Izaya> I can understand why, but... :<
L85[07:05:08] <Lizzy> oh yeah, they use symbolic links for the 'live' folder
L86[07:05:17] ⇨ Joins: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L87[07:05:27] <Lizzy> and relative ones at that
L88[07:07:59] <Lizzy> currently all my domain's certs are obtained on one of my servers and then distributed via rsync to the others via internal networks
L89[07:08:49] <Lizzy> i do it that way cause i use dns for wildcard certs
L90[07:09:02] <Izaya> is there a hook I can add to automatically copy it or
L91[07:09:33] <BrainStone> %tonk
L92[07:09:34] <MichiBot> I'm sorry BrainStone, you were not able to beat CompanionCube's record of 3 hours, 58 minutes and 21 seconds this time.
L93[07:09:35] <MichiBot> 1 hour, 18 minutes and 13 seconds were wasted! Missed by 2 hours, 40 minutes and 8 seconds!
L94[07:09:42] <?? ??McMaartenz> oh no...
L95[07:09:48] <BrainStone> ?
L96[07:09:55] <?? ??McMaartenz> And it once got reset :D
L97[07:10:14] <?? ??McMaartenz> *that means we have to wait again at least 3 hours and 58 minutes to do it again so we beat it*
L98[07:11:17] <Lizzy> no idea, there might be but i just have cronjobs set up to attemt renewal at like, 00:05 and then it syncs it to a folder 10 minutes later then 5 minutes after that the other server's grab the files and then reload their services
L99[07:13:24] <Izaya> /etc/letsencrypt/renewal-hooks/
L100[07:13:26] <Izaya> huh
L101[07:15:59] <Izaya> https://blog.wizardsoftheweb.pro/certbot-hook-api
L102[07:18:19] <simon816> If your DNS provider doesn't have an easy API to use I found this helpful in automating wildcard renewals https://github.com/joohoi/acme-dns
L103[07:21:02] <Lizzy> i don't think i use that, but i think i use something similar
L104[07:34:55] <AmandaC> Izaya: turnO(n|ff) is what my screensaver did
L105[07:35:15] <Izaya> So I guess it's been a thing for at least a few months then :|
L106[07:35:24] <?? ??McMaartenz> lol
L107[07:35:44] <AmandaC> I had to submit a pr to make it work right with tablets though
L108[07:36:07] <AmandaC> I think that made it into 1.7.3
L109[07:36:10] <?? ??McMaartenz> Now that we are speaking about tablets, when I open a tablet it doesn't show stuff
L110[07:36:43] <?? ??McMaartenz> Though I'm hearing sounds of it booting up
L111[07:44:09] <AmandaC> What MC version?
L112[07:44:35] <?? ??McMaartenz> 1.12.2
L113[07:51:04] <AmandaC> Okay, well my PR turns the screen on on boot, and that code is still in the right place.
L114[07:51:30] <AmandaC> s/boot/power-on/
L115[07:51:31] <MichiBot> <AmandaC> Okay, well my PR turns the screen on on power-on, and that code is still in the right place.
L116[07:51:52] <Lizzy> do you have a gpu or apu in it @McMaartenz ?
L117[07:52:02] <?? ??McMaartenz> I took it from the creative tab
L118[07:52:04] <?? ??McMaartenz> ¯\_(ツ)_/¯
L119[07:52:22] <?? ??McMaartenz> "Graphics card tier 2"
L120[07:52:24] <?? ??McMaartenz> It does
L121[07:55:49] <Lizzy> hmm, weird
L122[07:55:53] <McMaartenz> ye
L123[07:56:49] <AmandaC> is this with your tweaked shutdown/reboot?
L124[07:56:57] <McMaartenz> nopess
L125[07:58:06] <Lizzy> heh, oops. rebooted my home server to apply updates then got confused why my ipv6 connections died
L126[07:58:17] <Lizzy> i forgot that my pc uses the home server as a tunnel point
L127[07:58:17] <McMaartenz> lol what
L128[07:58:32] <McMaartenz> gg...
L129[07:58:41] * AmandaC boops Lizzy for being silly
L130[07:59:17] <Lizzy> to be fair, i got that back up then it still wasn't working because dnsmasq on my home server got started too early before the ethernet interface was renamed
L131[07:59:40] * Skye rolls around
L132[07:59:48] * Lizzy boops Skye
L133[08:00:28] <AmandaC> Lizzy: you should patch the dnsmasq systemd unit to make it depend on the rename
L134[08:00:29] * Skye beeps at Lizzy
L135[08:00:48] <AmandaC> ( You don't even have to touch /lib/systemd! )
L136[08:00:55] <McMaartenz> I don't understand linux folks xD
L137[08:01:20] <Lizzy> AmandaC, i could, but i hardly restart my home server so i'll do it later maybe
L138[08:02:47] <awoo> brb bashing by brains in http://tinyurl.com/ybsy9358
L139[08:02:50] <Lizzy> now i'ma reboot so the nvidia stuff all gets synced up again (i've updated the driver but haven't restarted) so my gpu temp section of my i3 bar can stop telling me that the gpu is at "Failed to initialize NVML: Driver/Library version mismatch C"
L140[08:03:05] <Lizzy> @awoo it's in the AUR
L141[08:03:15] <awoo> i kNoW
L142[08:04:35] <awoo> but i really don't look forward to having to compile it on my fucking laptop
L143[08:04:55] <Izaya> this is so you can install malware anyway, isn't it?
L144[08:05:01] <Izaya> just use it in your normal web browser
L145[08:05:51] <awoo> i need it for other things anyways
L146[08:06:02] <awoo> but w o w
L147[08:06:34] <AmandaC> %choose halucinate or program
L148[08:06:34] <MichiBot> AmandaC: I'm 40% program!
L149[08:06:42] <AmandaC> ... what's the other 60%?
L150[08:06:53] * AmandaC backs slowly away from MichiBot
L151[08:07:10] <Forecaster> definitely not neurotoxin
L152[08:07:14] <Izaya> can you get a 40% answer for a question with 3 options?
L153[08:07:33] <Forecaster> Izaya: yes
L154[08:07:57] <Izaya> so it's the minority answer with two options but probably the majority with three
L155[08:08:03] <Izaya> interesting
L156[08:08:11] <AmandaC> three or more!
L157[08:08:17] * Izaya nods
L158[08:08:17] <AmandaC> she doesn't have an upper limit, just a lower one
L159[08:09:36] <Lizzy> there, reboot complete
L160[08:10:13] <Lizzy> also i forgot that lightdm would break cause it's trying to do some accelerated graphics stuff and the nvidia module wasn't there :P
L161[08:15:09] <Lizzy> hmm, to set up my vive stuff so that i can use it in seated play only (for stuff like E:D) or to just leave it in it's box for now because my room is already got too much stuff out
L162[08:15:26] <Izaya> clean the room
L163[08:15:29] <Izaya> then set it up
L164[08:16:09] <Lizzy> yeah, planning to clean it up anyway, cause i've been putting that off for about the last 4 months i think?
L165[08:16:17] * Lizzy is a lazy kitty
L166[08:16:55] <Lizzy> though i haven't had the motivation to clean up in that time
L167[08:20:39] <Izaya> neat https://i.imgur.com/frBif3w.png
L168[08:27:52] <Joco223> How can I do my require? So I can use functions from another file?
L169[08:28:59] <Lizzy> put all the functions you want to access in a table, then return that table at the end of the file. then put the file in one of the places the package system will search (i.e. `/home/lib`, `/lib`)
L170[08:30:09] <ZefTheFox> Isn't it great that I'm supposed to have high speed data
L171[08:30:19] <ZefTheFox> But I'm getting like 3kbps
L172[08:30:39] <Joco223> Ok, thanka lizzy
L173[08:30:43] <Joco223> Thanks*
L174[08:30:49] <Lizzy> np
L175[08:38:09] ⇦ Quits: Adorable-Catgirl (Adorable-Catgirl!~ayy@pool-100-7-96-45.rcmdva.fios.verizon.net) (Ping timeout: 198 seconds)
L176[08:41:45] ⇦ Quits: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net) (Ping timeout: 198 seconds)
L177[08:43:42] ⇨ Joins: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L178[08:46:56] <AmandaC> %choose keep external copies or no
L179[08:46:56] <MichiBot> AmandaC: Some no sounds nice
L180[08:47:09] ⇦ Quits: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net) (Ping timeout: 198 seconds)
L181[08:51:22] ⇨ Joins: BlueAgent (BlueAgent!~BlueAgent@101.175.97.6)
L182[09:01:04] ⇨ Joins: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L183[09:10:32] *** jackboy is now known as jacker
L184[09:14:43] <Kodos> Hmm, anyone do a ton with Immersive Railroading yet?
L185[09:15:08] <Lizzy> define what you mean by "a ton"?
L186[09:15:32] <Kodos> Well
L187[09:16:11] <Kodos> Two questions I have are A) Are there any ways to see what parts are needed to make a complete car, and B) I'm wanting to do a buffer stop/end of the line, and I don't want to just have the tracks simply 'end', so I was wondering if there was a prettier way to do that
L188[09:17:16] <Lizzy> there's no buffer tracks yet AFAIK, and i'm not sure about the first one because i mainly play it inc reative
L189[09:17:56] <Kodos> Ah alrighty
L190[09:18:30] <Kodos> https://puu.sh/Cz6t4/e119c04023.png My railyard so far
L191[09:19:02] <Kodos> Big ass thing on the left is my casting basin and channel, middle is an in-progress A1 Peppercorn, and the right is the Rolling machine that I'm standing on
L192[09:20:50] <Kodos> It's a bit disorganized, I hope to rearrange it once I have proper rail lines going places
L193[09:21:13] <Izaya> forestry multifarm in the distance?
L194[09:22:42] <Kodos> Yar, two of them at base, one's a tree farm for charcoal/treated wood, and the other's for foodstuffs
L195[09:24:29] <Z0idburg> That really pisses me off
L196[09:24:38] <Lizzy> ?
L197[09:25:07] <Z0idburg> Installed Windows 10 on a new machine lying around, took 20 minutes to figure out how to reverse the mouse scrolling direction because the default is now inverted which is really really annoying
L198[09:25:31] <Z0idburg> it makes sense on a tablet but makes absolutely no sense on a laptop, that shit almost makes me dizzy
L199[09:25:49] <Izaya> S3: want to know what really annoys me about it?
L200[09:26:05] <Izaya> they call it "natural" scrolling despite being thoroughly unnatural
L201[09:26:39] <Z0idburg> it is natural on a touchscreen
L202[09:26:53] <Z0idburg> because it gives you the feeling of physically moving the screen content
L203[09:26:58] <Izaya> but it doesn't change anything on the touchscreen
L204[09:27:04] <Z0idburg> but on a touchpad or a scroll wheel
L205[09:27:05] <Izaya> scroll direction on a touchscreen is the same either way
L206[09:27:09] <Z0idburg> heh
L207[09:27:24] <Izaya> as in, the "natural" scrolling setting does not change touchscreen scroll direction
L208[09:27:36] <Izaya> only things that it's unnatural scrolling for
L209[09:27:48] <Z0idburg> here's how I always imagined it on scroll wheels, when you roll the scroll wheel you're moving a little gear that's pushing the page in the opposite direction
L210[09:27:50] <Z0idburg> like a roller
L211[09:27:50] <Izaya> such as a mouse or touchpad or trackpoint or whatever
L212[09:28:01] <Z0idburg> its the way I always thought of it as a kid so don't change it on me! :(*
L213[09:28:16] <Z0idburg> also with touchpads I feel like I'm moving a scrollbar
L214[09:28:31] <Izaya> up is away from you because if you held the mouse up in front of the screen it would be up
L215[09:28:47] <Izaya> that's just how it works
L216[09:28:49] <Izaya> >.>
L217[09:28:58] <Z0idburg> yeah
L218[09:31:01] <Z0idburg> Oh, so I don't think it would work where you are Izaya but my shadow now works
L219[09:31:12] <Z0idburg> last night I played some steam games on remote desktop with it like need 4 speed, etc
L220[09:31:15] <Z0idburg> no lag
L221[09:31:24] <Izaya> neat
L222[09:31:31] <Z0idburg> yeah I have no idea wtf
L223[09:31:42] <Z0idburg> I did a speedtest too XD
L224[09:31:58] <Z0idburg> 1ms ping, 900 something down, and 100 up
L225[09:33:01] <Z0idburg> the RDP launches in fullscreen so you could really fool your friends with that
L226[09:33:01] <Z0idburg> lol
L227[09:33:10] <Z0idburg> look at my Internet! not..
L228[09:33:43] <Z0idburg> is your server still up? I was going to get that on there and get SEUS working
L229[09:33:56] <Izaya> yeah
L230[09:34:03] <Z0idburg> I've been a little busy to play lately
L231[09:34:07] <Izaya> https://minecraft.shadowkat.net
L232[09:34:23] <Z0idburg> its official!
L233[09:34:25] <Izaya> you're already in #SKS so \o/
L234[09:34:55] <Z0idburg> I don't know why I'm not as active on IRC as I used to
L235[09:35:13] <Z0idburg> I used to be so addicted to IRC that I was on it 24/7 even at work and used it for everything
L236[09:35:27] <Z0idburg> I mean I still use it at work but not religiously
L237[09:35:49] <Z0idburg> signing into my shadow
L238[09:36:17] <Z0idburg> btw, last night when I was playing those game son shadow, I was on 2.4Ghz wifi XD
L239[09:39:02] <Izaya> I need to like
L240[09:39:10] <Izaya> invest in something faster than 54Mbps some time
L241[09:39:30] <Izaya> I don't have much motivation to do that when I have a laptop dock though
L242[09:39:42] <Izaya> phone doesn't do anything high-bandwidth, nor does it support 802.11ac anyway
L243[09:43:27] <S3> Izaya your server has nice upload speed
L244[09:43:37] <Izaya> 20Mbps peak :D
L245[09:43:47] <S3> I clicked on the pack link from my shadow on firefox right
L246[09:44:07] <S3> well I clicked on the downloads list in like a split second and it siad the 100+ MB pack aas already completed downloading
L247[09:44:15] <Izaya> wot
L248[09:44:29] <S3> you must have gbit burst
L249[09:44:33] <S3> or something
L250[09:44:35] <Izaya> haha if only
L251[09:44:39] <Izaya> can you check that imports into MultiMC okay?
L252[09:44:45] <S3> yeah sure
L253[09:44:58] <Izaya> oh wait a minute
L254[09:45:01] <Izaya> that's not my server
L255[09:45:27] <Izaya> I uploaded the pack to 0x0.st because downloading 150MB at 20Mbps isn't so nice
L256[09:45:39] <Izaya> IT ALL MAKES SENSE NOW
L257[09:52:44] <S3> bstarting file downloads
L258[09:52:45] <S3> for pack
L259[09:53:15] <S3> well I mean its installing mc
L260[09:53:21] <Izaya> ah
L261[09:53:23] <Izaya> shiny
L262[09:53:24] <S3> wait dafuqw. what dafuq java
L263[09:53:42] <S3> OH WOOPs
L264[09:53:45] <S3> I installed 32 bit java
L265[09:53:49] <Izaya> that'll fuck it
L266[09:53:57] <Izaya> back to ojdkbuild with you
L267[09:54:27] <S3> THE ONE TIME I us the automatic java download button from oracle instead of manually selecting
L268[09:54:40] <Izaya> https://github.com/ojdkbuild/ojdkbuild
L269[09:55:01] <S3> heh
L270[09:55:20] <⛈9> Has anyone published a decent set of concurrent tooling libraries? Like for synchronizing state among multiple computers?
L271[09:55:23] <S3> I have never used ojdk on win
L272[09:55:40] <S3> wonder how well it runs
L273[09:55:45] <⛈9> I find myself wishing I had even a simple CRDT library, for example.
L274[09:56:10] <S3> again 137MB done downloaidng by the time I looked at my downloads XD
L275[09:56:16] <S3> its just "scanning" wtf is that
L276[09:56:23] <Izaya> :thunder_cloud_and_rain:9: something like uh, OpenMP or something?
L277[09:56:30] <S3> just giv eme my damn odjk :D
L278[09:57:22] <⛈9> OpenMP?
L279[09:57:43] <Izaya> IIRC it's a framework for building distributed applications for supercomputers and such
L280[09:58:08] <⛈9> I'm not sure if they have that kind of structure
L281[09:58:28] <⛈9> I'm looking for it to make a robust multiplayer Todo app
L282[09:58:34] <⛈9> In game
L283[09:58:48] <Forecaster> definitely need a supercomputer for that
L284[09:59:04] <Izaya> oh, less for running programs, more for synchronising data between machines
L285[09:59:29] <⛈9> There isn't a difference but yes that's the user case ?
L286[09:59:58] <Izaya> hm, I don't know of any
L287[10:00:18] * Izaya has been working on much lower layers of the stack
L288[10:00:19] <⛈9> I shudder to imagine more heavyweight solutions. I know there are Lua Raft implementations.
L289[10:00:44] <⛈9> But those do present issues with tablets
L290[10:02:16] <⛈9> I guess folks do publish them: https://github.com/catwell/cw-lua/blob/master/crdt/crdt/opt_or_set_rw.lua
L291[10:02:31] <⛈9> But like, of course, unlicensed :/
L292[10:04:54] <S3> ok launching pack first time
L293[10:05:38] <S3> ooh with this remote vm
L294[10:05:43] <S3> I should get like sphax purebd 512x
L295[10:05:49] <S3> whatever the heaviest is
L296[10:06:04] <Izaya> 4k textures every texture
L297[10:06:07] <Izaya> I'm sure that's a thing
L298[10:11:39] <S3> LOL
L299[10:11:54] <S3> Unfortunately I have no way of connecting to the 4K display atm
L300[10:12:12] <S3> I have a 55" 4K tv, I'm going to get an android box for it, because shadow supports 4K android boxes!
L301[10:12:18] <S3> with 4K display for gaming
L302[10:12:25] <Izaya> neat
L303[10:12:42] <S3> Next project is to get a fiber line that goes all the way from australia to the US
L304[10:12:51] <Izaya> haha
L305[10:12:56] <S3> get those 1ms pings
L306[10:13:06] <Izaya> the speed of light disagrees
L307[10:13:14] <S3> I don't know why that isn't already a thing
L308[10:13:27] <Izaya> I mean, there are fibre lines between Australia and the US, among others
L309[10:13:37] <Izaya> there just isn't enough bandwidth
L310[10:14:06] <Izaya> because "we fully believe that 10mbps is more than enough for every australian" the government here last year
L311[10:14:29] <S3> wat
L312[10:14:45] ⇨ Joins: Adorable-Catgirl (Adorable-Catgirl!~ayy@2600:1003:b442:6000:1854:fbc4:d850:e861)
L313[10:14:46] <S3> tell them its 640K
L314[10:14:52] <S3> thats all anyone needs
L315[10:15:04] <Izaya> I'm thinking maybe more like
L316[10:15:10] <Izaya> put them on 10Mbps and see how they like it
L317[10:15:20] <S3> yeah good idea
L318[10:16:05] <S3> like I was saying a ways back, we still have customers that are on outdated equipment we cant get the ok to install (landowners rights, etc) that have like 24 people fed off of 3 T1s
L319[10:16:09] <S3> or 4
L320[10:16:22] <S3> 6Mbit!
L321[10:16:30] <Adorable-Catgirl> us east coaster here
L322[10:16:48] <S3> ?
L323[10:16:51] <Adorable-Catgirl> i get 100mbps B)
L324[10:17:00] <Adorable-Catgirl> unless i read the convo wrong
L325[10:17:02] <Izaya> I get 50 sometimes(tm)
L326[10:17:10] <Izaya> usually more like 40
L327[10:17:11] <dequbed> Izaya: You're coming to congress next year, right? :p
L328[10:17:20] <Izaya> dequbed: that or woodford
L329[10:17:37] <S3> Adorable-Catgirl, The problem is that sometimes you can't run fiber because you need permission to run it
L330[10:17:54] <dequbed> Izaya: Woodford? But 500Gb/s internet...
L331[10:17:54] <S3> its hard to imagine some of this fiber feeding the infrastructure can be 20 miles long
L332[10:18:00] <S3> and there can be a lot going on for 20 miles
L333[10:18:03] <Adorable-Catgirl> oh yeah
L334[10:18:04] <Izaya> dequbed: but no internet
L335[10:18:06] <S3> or more
L336[10:18:24] <dequbed> Izaya: But finally some normal human beings for 4 days straight
L337[10:21:20] ⇦ Quits: Adorable-Catgirl (Adorable-Catgirl!~ayy@2600:1003:b442:6000:1854:fbc4:d850:e861) (Ping timeout: 183 seconds)
L338[10:22:12] <BlueAgent> My grandparents still not on NBN (although I think its started construction). They were sitting on 300 kbits at best, having trouble listening to their internet radio.
L339[10:23:32] <BlueAgent> Took 3 weeks of working with the ISP to get it fixed somewhat. It's now peaking at 2.8 mbit so enough for radio again yay.
L340[10:25:18] <BlueAgent> The techies were really nice though, ISP not so much.
L341[10:25:28] <Izaya> Telstra?
L342[10:26:02] <BlueAgent> Optus
L343[10:26:10] <Izaya> Ah :|
L344[10:26:22] <Izaya> Marginally better than telstra I guess
L345[10:26:39] <Izaya> inb4 S3 forgot they loaded up Minecraft
L346[10:27:57] <Lizzy> oooh, CKAN has an AUR package now... neat
L347[10:28:53] ⇦ Quits: Stary (Stary!znc@thonk.9net.org) (Quit: ZNC - http://znc.in)
L348[10:28:53] ⇦ Quits: CompanionCube (CompanionCube!znc@thonk.9net.org) (Quit: ZNC - http://znc.in)
L349[10:28:53] ⇦ Quits: Fridtjof (Fridtjof!znc@thonk.9net.org) (Quit: ZNC - http://znc.in)
L350[10:34:43] <Kodos> %tonk
L351[10:34:44] <MichiBot> I'm sorry Kodos, you were not able to beat CompanionCube's record of 3 hours, 58 minutes and 21 seconds this time.
L352[10:34:45] <MichiBot> 3 hours, 25 minutes and 9 seconds were wasted! Missed by 33 minutes and 12 seconds!
L353[10:34:50] <Kodos> Welp
L354[10:35:37] <Forecaster> oh
L355[10:35:39] <Forecaster> ohno
L356[11:09:29] ⇨ Joins: urielsalis (urielsalis!~urielsali@irc.urielsalis.me)
L357[11:14:19] <Forecaster> so, I've learned that you can launch a smaller ship from the Orca and jump to it
L358[11:14:25] <Forecaster> and use the orca to dump stuff into
L359[11:15:05] <Forecaster> so I'm currently using a Covetor and drones to mine, and dump the ore into my Orca
L360[11:16:28] <Forecaster> http://tinyurl.com/y9c3ntps
L361[11:16:54] <Mimiru> I'm an alpha, and can't use my Covetor.. so I noped out of EVE
L362[11:16:57] <S3> lol I AM AN IDIOT izaya
L363[11:17:08] <S3> I spent all this time trying to fix shaders mod
L364[11:17:16] <S3> and relized I forgot optifine has built in shader support
L365[11:17:39] <Izaya> that it does
L366[11:17:52] <Izaya> Optifine causes some wonky stuff though, fair warning
L367[11:17:53] <Forecaster> you can use a Venture :P
L368[11:18:09] <S3> well shaders mod didnt work at all
L369[11:18:17] <S3> I've had good luck in the past with optifine
L370[11:18:55] <S3> I it still only lets me allocate 4GB lol
L371[11:19:14] <S3> Good thing shaders dont actyually take RAM
L372[11:19:26] <Izaya> S3: allocate in instance settings
L373[11:19:32] <Izaya> Not general java settings
L374[11:19:52] <S3> it doesnt seem to change it
L375[11:20:05] <S3> I am reminded why I don't use multimc XD
L376[11:20:08] <S3> because weird problems
L377[11:20:12] <S3> and C++ horror
L378[11:24:44] * Izaya does not have these issues
L379[11:25:56] <BlueAgent> I don't know if I should be promoting this bloated thing, but even though the twitch/curse launcher is so bloated, I still use it and its worked just fine. XD
L380[11:26:43] <Izaya> Twitch is an amazon product isn't it?
L381[11:27:10] <Izaya> And twitch owns curse
L382[11:27:12] <Izaya> Or somesuch
L383[11:27:15] <BlueAgent> yeah
L384[11:27:24] <Izaya> Bizarre
L385[11:27:26] <BlueAgent> I kinda wish they didn't stuff the curse launcher into twitch client
L386[11:27:40] <Izaya> Amazon has a launcher for a Microsoft game
L387[11:27:41] <BlueAgent> Or was it the other way around
L388[11:31:11] <S3> Yeah Izaya but have you ever hacked on the code
L389[11:31:27] <S3> MultiMC is the ugliest, dirtiest C++ code I've seen in a long time
L390[11:31:30] <Izaya> Me and C++ don't get along
L391[11:31:41] <S3> its nasty
L392[11:33:37] <S3> come on mc..
L393[11:33:46] <S3> load your damn txtures
L394[11:34:18] <Minecraft> Nah.
L395[11:34:39] ⇨ Joins: Stary (Stary!znc@thonk.9net.org)
L396[11:34:45] <Mimiru> Oh, look it's @Minecraft
L397[11:34:58] <Forecaster> ohno
L398[11:35:00] <BlueAgent> XD
L399[11:35:37] ⇨ Joins: Fridtjof (Fridtjof!znc@thonk.9net.org)
L400[11:35:47] <Mimiru> I'm watching a Gource of MichiBot... it's "Entertaining"
L401[11:36:02] <Forecaster> awhat?
L402[11:36:15] ⇨ Joins: CompanionCube (CompanionCube!znc@thonk.9net.org)
L403[11:36:43] <Mimiru> @Forecaster a this https://drive.pc-logix.com/index.php/s/HptQcTGa3wMGpiQ
L404[11:37:24] <Forecaster> ooh
L405[11:37:26] <Forecaster> fancy
L406[11:40:56] <Mimiru> Well... I guess I'm going to let that record on my other monitor... and do absolutely nothing else while it does.
L407[11:41:30] <Forecaster> get a venture and help me mine :D
L408[11:41:47] <Mimiru> I think I'll pass, thanks though.
L409[11:41:53] <Forecaster> aw
L410[11:45:14] ⇨ Joins: Kleadron (Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L411[11:46:52] <Izaya> Forecaster: I have a Venture somewhere
L412[11:47:37] ⇦ Quits: BlueAgent (BlueAgent!~BlueAgent@101.175.97.6) (Quit: Blooping Blueberries)
L413[11:49:06] <Forecaster> if you wanna help mine you're welcome to
L414[11:57:47] <S3> works!
L415[11:57:53] <S3> the tower looks neat
L416[11:58:00] <S3> but most of all in front of the tower
L417[11:58:06] <S3> is where the magic is
L418[11:59:58] <S3> so thats that
L419[12:00:15] <S3> has anyone played frostpunk?
L420[12:00:18] <dequbed> Izaya: How much better is analog volume control vs. digital volume control? Please round your answer to one decimal place.
L421[12:00:50] <Izaya> Hmmmm
L422[12:00:56] <Izaya> 4.2
L423[12:01:11] <dequbed> Hmmmm. Noted.
L424[12:02:33] <S3> I dunno, good POTS are nice dequbed
L425[12:02:53] <S3> sorry I tend to capitalize pots because I work for a telephone company
L426[12:03:08] <S3> digital volume control whatever I think, but
L427[12:03:25] <S3> I think that digital RF scanning for radio in the car is the worst thing ever invented
L428[12:03:43] <S3> its way too inacurate
L429[12:04:07] <S3> though my HAM radio has a digital one, yet its precise enough that I dont mind
L430[12:08:38] ⇨ Joins: Adorable-Catgirl (Adorable-Catgirl!~AdorbCatg@pool-100-7-96-45.rcmdva.fios.verizon.net)
L431[12:08:44] <Adorable-Catgirl> cool
L432[12:13:19] <dequbed> Analog volume control *is* the better version here S3 ;P
L433[12:21:03] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-185-95.hlrn.qwest.net) (Ping timeout: 189 seconds)
L434[12:21:10] ⇨ Joins: logan2611 (logan2611!~logan2611@174-16-133-200.hlrn.qwest.net)
L435[12:21:59] <Z0idburg> a problem with analog control is that most all pots are cheap
L436[12:22:03] <Z0idburg> and they cause problems
L437[12:22:18] <Z0idburg> its hard to find really good ones
L438[12:24:37] <dequbed> Well if you search specifically for audio potis they are more expensive but you get much higher quality ones.
L439[12:24:47] ⇦ Quits: Adorable-Catgirl (Adorable-Catgirl!~AdorbCatg@pool-100-7-96-45.rcmdva.fios.verizon.net) (Ping timeout: 180 seconds)
L440[12:36:49] <CompanionCube> hm, do i tonkout or not...
L441[12:37:58] <Kleadron> %tonk
L442[12:38:00] <MichiBot> I'm sorry Kleadron, you were not able to beat CompanionCube's record of 3 hours, 58 minutes and 21 seconds this time.
L443[12:38:01] <MichiBot> 2 hours, 3 minutes and 15 seconds were wasted! Missed by 1 hour, 55 minutes and 6 seconds!
L444[12:53:09] <awoo> jfc
L445[12:53:14] <awoo> 2x OC on my GPU
L446[12:53:53] <MichiBot> Lizzy REMINDER: remind Forecaster about beast forms
L447[12:54:49] <awoo> http://tinyurl.com/y9u5g9l7
L448[13:01:25] <AmandaC> %choose ?? or ?
L449[13:01:25] <MichiBot> AmandaC: I saw that ?? is the best choice in a vision
L450[13:01:43] <AmandaC> .. nah
L451[13:03:38] <AmandaC> %roll 1d4
L452[13:03:38] <MichiBot> AmandaC: [3]
L453[13:04:24] <Skye> Awuu
L454[13:07:45] <Metafield> Did I see that there is going to be a JS version?
L455[13:09:14] ⇦ Quits: logan2611 (logan2611!~logan2611@174-16-133-200.hlrn.qwest.net) (Ping timeout: 190 seconds)
L456[13:09:17] ⇨ Joins: logan2611 (logan2611!~logan2611@174-29-148-123.hlrn.qwest.net)
L457[13:11:50] <AmandaC> %roll 1d3
L458[13:11:50] <MichiBot> AmandaC: [1]
L459[13:24:49] <Mimiru> @Metafield a JS Version ooooof? OC? not likely.. there was an addon at one point that was adding a JS Arch though I have no idea how far it ever made it
L460[13:34:14] <AmandaC> %roll 1d2
L461[13:34:14] <MichiBot> AmandaC: [1]
L462[13:34:59] <Mimiru> %roll 10d20
L463[13:35:00] <MichiBot> Mimiru: [6, 14, 8, 11, 7, 16, 3, 18, 12, 19] = 114
L464[13:35:05] <Mimiru> k
L465[13:36:46] <Forecaster> http://imgur.com/gallery/7cBJ59r
L466[13:45:52] <CompanionCube> Skye: may's up to her old tricks again with wanting to repeal the human rights act
L467[13:46:01] <Skye> CompanionCube: again?
L468[13:46:04] <Skye> Link
L469[13:46:05] <CompanionCube> yes
L470[13:46:13] <CompanionCube> https://www.independent.co.uk/news/uk/politics/theresa-may-human-rights-act-repeal-brexit-echr-commons-parliament-conservatives-a8734886.html
L471[14:18:34] ⇦ Quits: logan2611 (logan2611!~logan2611@174-29-148-123.hlrn.qwest.net) (Ping timeout: 190 seconds)
L472[14:19:01] ⇨ Joins: logan2611 (logan2611!~logan2611@71-218-55-169.hlrn.qwest.net)
L473[14:23:03] ⇦ Quits: logan2611 (logan2611!~logan2611@71-218-55-169.hlrn.qwest.net) (Ping timeout: 190 seconds)
L474[14:25:56] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-180-120.hlrn.qwest.net)
L475[14:32:39] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-180-120.hlrn.qwest.net) (Ping timeout: 202 seconds)
L476[14:33:24] ⇨ Joins: logan2611 (logan2611!~logan2611@71-218-34-192.hlrn.qwest.net)
L477[14:37:17] ⇦ Quits: logan2611 (logan2611!~logan2611@71-218-34-192.hlrn.qwest.net) (Ping timeout: 180 seconds)
L478[14:39:10] ⇨ Joins: logan2611 (logan2611!~logan2611@174-16-152-110.hlrn.qwest.net)
L479[14:39:35] ⇦ Quits: cloakable (cloakable!~cloakable@cpc87175-aztw31-2-0-cust202.18-1.cable.virginm.net) (Quit: No Ping reply in 180 seconds.)
L480[14:40:41] ⇨ Joins: cloakable (cloakable!~cloakable@cpc87175-aztw31-2-0-cust202.18-1.cable.virginm.net)
L481[14:51:55] <Wattana Gaming> I have something for you all
L482[14:52:07] <Wattana Gaming> Wattana used *CURSE*
L483[14:52:10] <Wattana Gaming> https://i.imgur.com/xm50mCD.png
L484[14:52:11] <Wattana Gaming> https://i.imgur.com/SYjoTnf.png
L485[14:52:11] <Wattana Gaming> https://i.imgur.com/bGIIDCn.png
L486[15:08:29] <ZefTheFox> Oof
L487[15:30:44] <BrainStone> %tonk
L488[15:30:45] <MichiBot> I'm sorry BrainStone, you were not able to beat CompanionCube's record of 3 hours, 58 minutes and 21 seconds this time.
L489[15:30:46] <MichiBot> 2 hours, 52 minutes and 45 seconds were wasted! Missed by 1 hour, 5 minutes and 36 seconds!
L490[15:35:01] <Z0idburg> So frostpunk is pretty cool
L491[15:36:42] <CompanionCube> yes
L492[15:36:48] <CompanionCube> i don't have it
L493[15:36:51] <CompanionCube> but it looks cool
L494[15:36:56] <Forecaster> I haven't tried it yet
L495[15:37:03] <Forecaster> I have it though
L496[15:40:11] <Z0idburg> do eet
L497[15:40:40] <Z0idburg> do expect to likely fail the first time
L498[15:40:41] <Z0idburg> heheheheheh
L499[15:41:26] ⇨ Joins: Inari|2 (Inari|2!~Pinkishu@pD9E8ED64.dip0.t-ipconnect.de)
L500[15:41:26] <Z0idburg> there's no clearly definable border as to when you hit the point of no return
L501[15:41:40] <Z0idburg> but you can set it up so that no matter what you do even if you had like 5 days you still couldnt do shit
L502[15:42:30] ⇦ Quits: Inari (Inari!~Pinkishu@pD9E390B5.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L503[15:58:38] <ZefTheFox> I despise autoupdates
L504[15:58:53] <ZefTheFox> Cause I plugged my phone in to use as a hotspot at like 0.2mbps
L505[15:59:03] <ZefTheFox> And everything goes "lets update!"
L506[16:07:04] <awoo> i hate electron
L507[16:07:09] <awoo> i hate js
L508[16:07:23] <RobotPigeon> I don't know what you're running but a lot of software I run on windows doesn't auto update if I tell windows it's a metered connection
L509[16:07:32] <awoo> i hate the tech industry as a whole, get me off this wild ride
L510[16:07:40] <RobotPigeon> same sometimes
L511[16:08:09] <RobotPigeon> Want an app? Just use the web and put it on the not-web
L512[16:08:50] <RobotPigeon> Eventually server side shit is gonna be written in headless electron because "it has cool libraries that don't work in native nodejs"
L513[16:09:00] <RobotPigeon> Because that makes sense
L514[16:09:10] <RobotPigeon> (a real thing someone said to me)
L515[16:09:16] <awoo> we need to ctrl-alt-delete the tech industry
L516[16:09:32] <ZefTheFox> Well I don't mean windows applications
L517[16:09:41] <ZefTheFox> I mean like discord and notepad++
L518[16:09:46] <RobotPigeon> Just delete the whole thing
L519[16:09:52] <awoo> fucking sudo rm -rf / --no-preserve-root with efivars mounted
L520[16:10:05] <RobotPigeon> And weird because discord doesn't update it for me
L521[16:11:01] <awoo> discord updates are fuced
L522[16:11:04] <awoo> *fucked
L523[16:13:07] <RobotPigeon> Discord in general
L524[16:34:19] <ZefTheFox> Izaya http://tinyurl.com/ydxovans
L525[16:34:49] <ZefTheFox> Most detailed case yet
L526[16:36:11] <ZefTheFox> And it's a cube
L527[16:44:36] ⇦ Quits: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net) (Ping timeout: 198 seconds)
L528[16:53:26] <TheFox> @Wattana Gaming 10/10 kerbal. Love it.
L529[17:00:14] ⇨ Joins: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org)
L530[17:03:30] ⇦ Quits: logan2611 (logan2611!~logan2611@174-16-152-110.hlrn.qwest.net) (Ping timeout: 198 seconds)
L531[17:03:46] ⇨ Joins: logan2611 (logan2611!~logan2611@184-96-168-50.hlrn.qwest.net)
L532[17:08:03] ⇦ Quits: logan2611 (logan2611!~logan2611@184-96-168-50.hlrn.qwest.net) (Ping timeout: 202 seconds)
L533[17:09:51] ⇨ Joins: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L534[17:09:53] ⇨ Joins: logan2611 (logan2611!~logan2611@71-218-41-61.hlrn.qwest.net)
L535[17:42:34] ⇦ Quits: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net) (Ping timeout: 190 seconds)
L536[17:47:11] ⇦ Quits: Inari|2 (Inari|2!~Pinkishu@pD9E8ED64.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L537[18:42:52] ⇨ Joins: matrix89 (matrix89!~matrix89@abyk143.neoplus.adsl.tpnet.pl)
L538[18:49:49] <CompanionCube> %tonkout
L539[18:49:50] <MichiBot> CompanionCube has tonked out! Tonk has been reset! They gained 0.003 tonk points! Current score: 0.02
L540[18:49:56] <CompanionCube> wtf it reset?
L541[18:50:03] <CompanionCube> I swear I had more
L542[19:04:52] <awoo> %tonk
L543[19:04:53] <MichiBot> Waesucks! awoo! You beat CompanionCube's previous record of <0! I hope you're happy!
L544[19:04:54] <MichiBot> awoo's new record is 15 minutes and 2 seconds! 15 minutes and 2 seconds gained!
L545[19:05:06] <awoo> thanks dad
L546[19:14:44] <awoo> i still love this http://tinyurl.com/yaaplbg4
L547[19:22:18] <Kodos> %tonk
L548[19:22:20] <MichiBot> Jeepers! Kodos! You beat awoo's previous record of 15 minutes and 2 seconds! I hope you're happy!
L549[19:22:21] <MichiBot> Kodos's new record is 17 minutes and 26 seconds! 2 minutes and 23 seconds gained!
L550[19:23:41] <payonel> matrix89: you asked about bundled redstone support and #3023
L551[19:24:58] <payonel> matrix89: anyways, if you want to implement it, and make a PR-- just please include in the PR links to the mods you are building support for
L552[19:29:22] <Vexatos> %tonk
L553[19:29:23] <MichiBot> I'm sorry Vexatos, you were not able to beat Kodos's record of 17 minutes and 26 seconds this time.
L554[19:29:24] <MichiBot> 7 minutes and 4 seconds were wasted! Missed by 10 minutes and 22 seconds!
L555[19:29:27] <Vexatos> D:
L556[19:33:34] <matrix89> payonel marcin212 asked me to contact you, but he gave up because of scalas syntax
L557[19:35:29] <awoo> http://tinyurl.com/yc92gxbf
L558[19:36:55] <awoo> http://tinyurl.com/ybbnn4l4
L559[19:54:14] ⇦ Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout: 190 seconds)
L560[19:56:31] ⇨ Joins: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L561[20:11:39] <S3> So guys
L562[20:11:41] <S3> I just did a speedtest
L563[20:11:43] <S3> http://www.speedtest.net/result/7971595055.png
L564[20:12:00] <SF-MC> You are not my favorite person right now
L565[20:12:06] <S3> LOL
L566[20:14:40] <awoo> fuck you
L567[20:14:48] <awoo> and fuck your internet
L568[20:15:07] <S3> :D
L569[20:15:32] <awoo> :steamsalty:
L570[20:19:51] <ZefTheFox> People get mad at me for 100mbps
L571[20:20:00] <ZefTheFox> And you over here with that gigabit
L572[20:20:16] <S3> That's not gbit
L573[20:20:18] <S3> look harder
L574[20:20:23] <S3> That's at least 2 Gbit :D
L575[20:20:29] <SF-MC> S3 STOP
L576[20:20:35] <S3> whatever it is is more than 1
L577[20:20:37] <ZefTheFox> Fucking what
L578[20:20:41] <S3> and if you have more than one you probably have at least 2
L579[20:20:56] <ZefTheFox> Cause 1gigbit is like 1000mbit I thought
L580[20:20:57] <S3> doesn't make much sense to tie 1 gbit and add 100 mbit to that
L581[20:21:09] <S3> you're right
L582[20:21:15] <S3> but with a 1gbit connection you wont get 1gbit
L583[20:21:22] <S3> you'll usually get like 900 something at best
L584[20:21:40] <ZefTheFox> Well you're getting fucked over if you're supposed to have 2
L585[20:21:41] <S3> I SUPPOSE it could be 1gbit
L586[20:21:48] <S3> but you'd be doing 99.9% efficiency
L587[20:21:53] <S3> which would be alkmost impossible
L588[20:22:03] <S3> no it's shaped
L589[20:22:13] <S3> I'm probably shaped to 2Gbit
L590[20:22:26] <S3> all I'm saying is that the actual link is probably 2 Gbit or more
L591[20:22:32] <awoo> wow
L592[20:22:35] <S3> shapers are very efficient
L593[20:22:36] <awoo> my DL is terrible rn
L594[20:22:50] <S3> sorry its probably shaped to 1gbit*
L595[20:22:59] <awoo> DL and UL are terrible
L596[20:23:03] <S3> heh
L597[20:23:12] <S3> you can get this bandwidth too!
L598[20:23:15] <awoo> might be due to wifi
L599[20:23:16] <S3> its not at my house
L600[20:23:23] <S3> my house is like 120 Mbit down by 11 up
L601[20:23:42] <S3> this is my shadow gaming computer. it's a remote gaminmg computer across the internet
L602[20:23:52] <S3> $35/month
L603[20:23:54] <awoo> 150 symmetrical is supposed to be what i've got but
L604[20:23:55] <S3> highly recommended
L605[20:23:58] <awoo> http://tinyurl.com/y9adf396
L606[20:24:32] <S3> I actually work at a telephone company and all of the core routers are 80 Gbit a piece
L607[20:24:37] <awoo> like i said, could just be that i'm on wifi
L608[20:24:56] <awoo> i am on the 5GHz network tho
L609[20:24:57] <awoo> i think
L610[20:29:27] <ZefTheFox> And currently I'm supposed to be getting like 2mbps
L611[20:29:39] <ZefTheFox> But I'm actually getting like 0.2mbps
L612[20:29:53] <ZefTheFox> Cause thats "high speed"
L613[20:35:44] <awoo> thanks verizon
L614[20:54:32] <ZefTheFox> T mobile
L615[20:57:43] <awoo> oh
L616[20:57:50] <awoo> just as bad tbh
L617[20:58:02] <CompanionCube> mine's fine
L618[20:58:07] <CompanionCube> 26 down
L619[20:58:09] <matrix89> RIP me I guess: https://www.speedtest.net/result/7887951995.png The worst part is that there's 800Mb/s offer literally on the next street
L620[20:58:13] <CompanionCube> 2.8 up
L621[21:00:04] <Mimiru> http://www.speedtest.net/result/7971623354 Server sitting in my living room, http://www.speedtest.net/result/7971650110 Desktop over my router as a wireless client... because the fucking Wifi card I have gets me 3 Mbps on the 5ghz network.
L622[21:00:48] <CompanionCube> (the max speed for our plan is theoretically 40/20 iirc)
L623[21:01:12] <CompanionCube> wait, 40/10
L624[21:05:18] ⇦ Quits: matrix89 (matrix89!~matrix89@abyk143.neoplus.adsl.tpnet.pl) (Remote host closed the connection)
L625[21:18:31] <CompanionCube> Izaya: Skye: https://engblg.livingcomputers.org/index.php/2019/01/19/introducing-darkstar-a-xerox-star-emulator/
L626[21:22:05] ⇦ Quits: logan2611 (logan2611!~logan2611@71-218-41-61.hlrn.qwest.net) (Remote host closed the connection)
L627[21:23:38] <awoo> time to make an alternative to discord :MeguminHyper:
L628[21:24:08] <CompanionCube> you mean like matrix? or xmpp?
L629[21:24:47] <awoo> yea, but i'm making it myself so it's sure to be terrible
L630[21:24:51] <awoo> woohoo
L631[21:25:21] ⇨ Joins: logan2611 (logan2611!~logan2611@71-218-41-61.hlrn.qwest.net)
L632[21:26:45] ⇦ Quits: logan2611 (logan2611!~logan2611@71-218-41-61.hlrn.qwest.net) (Remote host closed the connection)
L633[21:27:03] ⇨ Joins: logan2611 (logan2611!~logan2611@71-218-41-61.hlrn.qwest.net)
L634[21:32:35] ⇦ Quits: Vexatos (Vexatos!~Vexatos@p200300C107205E5136D9E2F0E6F4A370.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L635[22:16:39] <S3> damn this game is hard
L636[22:16:59] <S3> The one frustrating thing about frostpunk is that the people in it can sometime sbe really stupid
L637[22:17:15] <S3> and you can lose when you have a workable plan and its like yeah there's no way I can do that because you need coal to not die
L638[22:17:40] <S3> and they're just like yeah well whatever we need someone else, ok. they would do the same thing :P
L639[22:17:55] ⇦ Quits: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the connection)
L640[22:22:14] ⇨ Joins: SF-MC (SF-MC!~EiraIRC@131-191-86-130.as.clicknet.org)
L641[22:46:35] <CompanionCube> %tonk
L642[22:46:36] <MichiBot> Aw jeez! CompanionCube! You beat Kodos's previous record of 17 minutes and 26 seconds! I hope you're happy!
L643[22:46:37] <MichiBot> CompanionCube's new record is 3 hours, 17 minutes and 12 seconds! 2 hours, 59 minutes and 46 seconds gained!
L644[22:46:47] <CompanionCube> fuuu so close
<<Prev Next>> Scroll to Top