<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[04:03:01]
<Forecaster> Oh hey a lamp
L2[04:45:52] ⇦
Quits: Amanda
(~m-yt727s@pool-108-2-215-178.phlapa.fios.verizon.net) (Ping
timeout: 183 seconds)
L3[04:54:57] ⇨
Joins: Amanda
(~m-yt727s@pool-108-2-215-178.phlapa.fios.verizon.net)
L4[05:56:40]
<Vaur>
%tonkout
L5[05:56:40] <MichiBot> Consarn it! Vaur!
You beat Forecaster's previous record of 11 hours, 11 minutes and
16 seconds (By 1 hour, 26 minutes and 50 seconds)! I hope you're
happy!
L6[05:56:41] <MichiBot> Vaur has stolen the
tonkout! Tonk has been reset! They gained 0.012 tonk points! plus
0.011 bonus points for consecutive hours! (Reduced to 50% because
stealing) Current score: 1.8518682. Position #2 Need 0.1503518 more
points to pass Forecaster!
L7[06:23:45] ⇨
Joins: Vexatos
(~Vexatos@p200300eAef2ACe000bbC4e144C4dc646.dip0.t-ipconnect.de)
L8[06:23:45] zsh
sets mode: +v on Vexatos
L9[07:02:28] ⇨
Joins: Hawk777
(~Hawk777@2001:569:7ca4:2a00:d948:844:2357:2129)
L10[07:46:57] ⇦
Quits: Hawk777 (~Hawk777@2001:569:7ca4:2a00:d948:844:2357:2129)
(Quit: Leaving.)
L11[08:00:20]
<Forecaster> %tonk
L12[08:00:20] <MichiBot> Eureka!
Forecaster! You beat Vaur's previous record of <0 (By 2 hours,
3 minutes and 39 seconds)! I hope you're happy!
L13[08:00:21] <MichiBot> Forecaster's new
record is 2 hours, 3 minutes and 39 seconds! Forecaster also gained
0.00206 tonk points for stealing the tonk. Position #1.
L14[08:00:26]
<Forecaster> %sip
L15[08:00:26] <MichiBot> You drink a
diluted toxictop potion (New!). Oh no, Forecaster got a health
potion, there's probably a boss fight coming!
L16[08:08:53] ⇨
Joins: ThePiGuy24 (~ThePiGuy2@90.246.38.126)
L18[09:21:39] <Izzy> is that actually a
direct link to the file?
L20[12:12:02]
<Spider
EveryOS> %tonk
L21[12:12:02] <MichiBot> Fiddlesticks!
Spider EveryOS! You beat Forecaster's previous record of 2 hours,
3 minutes and 39 seconds (By 2 hours, 8 minutes and 1 second)! I
hope you're happy!
L22[12:12:03] <MichiBot> Spider EveryOS's
new record is 4 hours, 11 minutes and 41 seconds! Spider EveryOS
also gained 0.00639 (0.00213 x 3) tonk points for stealing the
tonk. Position #3. Need 0.0352364 more points to pass Vaur!
L23[12:42:00] *
Amanda meows and looks around
L24[12:50:53] <Amanda> @kartoonzz. Change
the dl=0 on the end to dl=1 and try that
L25[12:51:27] <Amanda> Otherwise Dropbox
isn't sending the actual file, but a webpage to download it
L26[12:55:50]
<RedstoneParkour> @kartoonzz. what is
likely happening is that you are taking too long to download the
file (the `tape` program downloads in blocks of 2048 bytes by
default) so the server cuts off the connection; increasing the
block size should help
L27[13:06:31]
<Kristopher38> The 2048 bytes is the limit
of the internet card iirc
L28[13:07:27] <Amanda> Oh, I didn't notice
it didn't even finish the download. I guess dl=0 is right
L29[13:07:49] <Amanda> or dropbox is
serving fucking huge html
L30[13:54:29]
<S3> 2048
is a megaton.
L31[13:54:46]
<S3> That's
larger than most ISPs will even give you for an MTU across the
Internet
L32[13:55:18]
<S3> Jumbo
frames don't -usually- work across the public Internet at least in
the US
L33[13:55:30]
<S3> so by
using so much, you're just encouraging fragmentation
L34[13:56:09]
<S3> I
should look at the code for the Internet card, and see if it
buffers correctly to prevent fragmentation maybe
L35[13:56:24]
<S3> That's
a curious note
L36[13:57:14] <fingercomp> I don't think
MTUs enter the picture here; OC just limits the max amount of data
you can read in one call from a TCP socket to 2048 bytes
L37[13:57:39] <fingercomp> and further
makes it so you can only call it once per tick
L38[13:58:02] <fingercomp> so 40k/s is the
top download speed you can achieve with the internet card
L39[14:12:51]
<S3> What I
mean is that, I wonder if the internet card code is smart enough to
not send jumboframes itself
L40[14:14:09]
<S3>
Because say if the socket just randomly sent 2000+ bytes of data
blindly, and the MTU of the interface was configured at 1500. It
would fragment them. It should at least check the size before
sending.
L41[14:14:47]
<S3> You
could just trust the OS's network stack to handle that for you but,
that's a dangerous thing to do
L42[14:15:14]
<S3> Since
you can never prove how it's going to behave
L43[14:21:59] <fingercomp> well, it just
does whatever Java does by default, which as far as I know mostly
defers to the OS
L44[14:22:26] <fingercomp> and isn't the DF
flag set on TCP packets by default on modern operating systems
anyway?
L45[14:23:24] <fingercomp> that is, IP
packets carrying TCP fragments
L46[14:25:44] <Amanda> You don't want your
minecraft mod to be the thing that's generating the IP packets to
send.
L47[14:26:17] <Amanda> Though I guess
that's kinda exactly what the OC2 fork gruetzkopf has does
L48[14:26:34] <Amanda> but that's because
it doesn't interact on the same abstraction layer as OC1 does
L49[14:35:34]
<S3> So
weird that I found out uncured meat at the store is still
cured
L50[14:36:05]
<S3>
uncured just means it was cured organically, organic in the sense
that manmade chemicals weren't used.
L51[14:36:17]
<S3> i.e.,
lemon juice
L52[15:08:13] <Elfi> Izzy: joke's on them,
I'm already a lesbian
L53[15:58:46]
<Brisingr
Aerowing> %splash @Forecaster with mutable potion
L54[15:58:46] <MichiBot> You fling a
mutable crimson potion (New!) that splashes onto @Forecaster.
@Forecaster turns into water until they have a gold potion.
L55[15:58:59]
<Brisingr
Aerowing> Amanda: Need the bucket again
L56[15:59:32] *
Amanda buckets @Forecaster puts them in the water
chest
L57[17:06:29]
<Forecaster> Hey D:
L59[17:11:03]
<Flameingsoul> For IT class I had to clean
this, took 5 years off my life but hey, who cares
L60[17:11:09]
<Flameingsoul> It's a switch btw
L61[17:13:15]
<Forecaster> Nice job
L62[17:39:46]
<Flameingsoul> there is still marks where
i ran my finger in the dust, so there is still a layer but
comparitivly the switch is much, *MUCH* quieter and does not heat
up nearly as much or fast
L63[17:39:56] ⇨
Joins: ben_mkiv
(~ben_mkiv@200116b8008dc70095127c7be02d2b50.dip.versatel-1u1.de)
L64[17:40:05]
<Flameingsoul> thats a big line
L65[17:41:03] <Corded> >
<Flameingsoul> there is still marks where i ran my finger in
the dust, so …
L66[17:41:03]
<Flameingsoul> next we work on the layout
the classroom will take shape of and after that? well its summer
and when we get back we start re-routing everything, re-setup the
server if the teacher resets it, fix problems and overall
suffer
L67[17:47:57] ⇨
Joins: Hawk777
(~Hawk777@2001:569:7ca4:2a00:5e80:6b8e:cc1c:4b54)
L68[18:59:42]
<Vaur>
%tonkout
L69[18:59:43] <MichiBot> Jiminy Cricket!
Vaur! You beat Spider EveryOS's previous record of 4 hours, 11
minutes and 41 seconds (By 2 hours, 35 minutes and 58 seconds)! I
hope you're happy!
L70[18:59:44] <MichiBot> Vaur has stolen
the tonkout! Tonk has been reset! They gained 0.006 tonk points!
plus 0.005 bonus points for consecutive hours! (Reduced to 50%
because stealing) Current score: 1.8653682. Position #2 Need
0.1389118 more points to pass Forecaster!
L71[19:06:27] <Corded> >
<RedstoneParkour> @kartoonzz. what is likely happening is
that you are taking…
L72[19:06:27]
<kartoonzz.> thank you for helping
me
L73[19:06:34]
<kartoonzz.> i will do that right
now
L74[19:06:38]
<kartoonzz.> thank you all btw
L75[19:26:07] <Corded> >
<fingercomp> and isn't the DF flag set on TCP packets by
default on mode…
L76[19:26:07]
<S3>
Usually.. Not always. I wouldn't trust it, lol.
L77[19:27:37]
<Forecaster> Always remember to set the
Dwarf Fortress flag
L78[19:28:42]
<kartoonzz.> question
L79[19:28:49]
<Mimiru>
Answer.
L80[19:29:02] <Corded> >
<RedstoneParkour> @kartoonzz. what is likely happening is
that you are taking…
L81[19:29:02]
<kartoonzz.> how would one do this
:3
L82[19:29:24]
<kartoonzz.> its in config yes but any
specific one? :3
L83[19:29:59] <Hawk777> Don’t forget to
obey RFC 3514 too, if you’re doing network communication.
L84[19:31:26]
<kartoonzz.> ?
L85[19:31:46] <Hawk777> It was a response
to the DF flag discussion.
L86[19:31:51] <Hawk777> Intended as a
humorous one.
L87[19:32:27]
<Forecaster> It'd be in the main config
file
L88[19:34:01]
<kartoonzz.> the name of the config?
L90[19:35:33]
<Forecaster> Read the comment above
it
L91[19:35:52]
<kartoonzz.> mb?
L92[19:35:59]
<kartoonzz.> im a bit baked
L93[19:36:04]
<Forecaster> It says several times why
it's not relevant
L94[19:36:27]
<kartoonzz.> keep thinking network is the
same as internet mb
L96[19:41:12]
<kartoonzz.> would it be security
related?
L98[19:43:51]
<kartoonzz.> i think i found it
L99[19:45:00] <gruetzkopf> Amanda:
technically it's generating complete ethernet frames (and upstream
OC2 does that too, but only keeps them internal)
L100[20:19:00] <Corded> >
<Hawk777> Don’t forget to obey RFC 3514 too, if you’re doing
network …
L101[20:19:01]
<Kristopher38> first time anyone telling
me about it, lmao
L102[20:19:28] ⇦
Quits: ben_mkiv
(~ben_mkiv@200116b8008dc70095127c7be02d2b50.dip.versatel-1u1.de)
(Quit: Leaving)
L103[22:08:24] <Amanda> %give MichiBot a
home improvement project spirialing out of control
L104[22:08:24] *
MichiBot accepts the home improvement project spirialing out of
control and adds it to their inventory
L105[22:08:56] <Amanda> "Let's fix
the sink drain" -- we're now cutting drywall
L106[22:09:56] <Amanda> Hrm. wallabag has
support for sending the "content" of a post instead of
just a link
L107[22:10:04] <Amanda> Clearly I need to
abuse this to download steam guides into it
L108[22:10:24] <Amanda> ( Steam guides
don't parse correctly with the web scraper it uses )
L109[22:11:13] <Amanda> seems the scraper
it uses is designed for scraping news posts, and ofcourse steam
uses the exact same url format for everything
L110[22:12:52] <Amanda> Hrm, maybe
not
L112[22:14:23] <Amanda> Huh diffeerent
paths
L113[22:14:27] <Amanda> my brain misfiled
data again
L114[22:15:19] <Amanda>
"/sharedfiles" for guides, "/workshop" for
workshop items -- my brain only ever saw the end of
"/filedetails?id=foo"
L115[22:16:20] <Amanda> ( My usecase is I
want to easily be able to browse instructions for SE scripts on my
tablet)
L116[22:16:32] *
Amanda wanders back to cutting drywall
L117[22:18:13] <Amanda> No more drywall
cutting today, apparently
L118[22:18:23] *
Amanda flops down atop Elfi, debates halucinations or
space
L119[22:49:55] <Amanda> %choose try and be
productive or spaaaace
L120[22:49:56] <MichiBot> Amanda: A
nearby lamp suddenly screams "spaaaace!" such that it's
barely audible.
L121[23:03:10]
<Spider
EveryOS> %tonk
L122[23:03:10] <MichiBot> Yeah! Spider
EveryOS! You beat Vaur's previous record of <0 (By 4 hours, 3
minutes and 27 seconds)! I hope you're happy!
L123[23:03:11] <MichiBot> Spider EveryOS's
new record is 4 hours, 3 minutes and 27 seconds! Spider EveryOS
also gained 0.00406 tonk points for stealing the tonk. Position #3.
Need 0.0446764 more points to pass Vaur!
L124[23:28:03] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@90.246.38.126) (Ping timeout: 207
seconds)
L125[23:29:51]
⇨ Joins: ThePiGuy24
(~ThePiGuy2@2a0a:ef40:ca6:e201:1666:ec15:dc41:847d)
L126[23:54:14] ⇦
Quits: ThePiGuy24
(~ThePiGuy2@2a0a:ef40:ca6:e201:1666:ec15:dc41:847d) (*.net
*.split)
L127[23:54:14] ⇦
Quits: Michiyo (~Michiyo@50.38.50.245) (*.net *.split)
L128[23:54:14] ⇦
Quits: CompanionCube (samis@thonk.9net.org) (*.net
*.split)
L129[23:54:14] ⇦
Quits: Stary (Stary@thonk.9net.org) (*.net *.split)
L130[23:54:14] ⇦
Quits: BadCoder (~wasp@109.229.98.0) (*.net *.split)
L131[23:54:14] ⇦
Quits: Crystal|AFK (crystal@eris.the.sexiest.cat) (*.net
*.split)
L132[23:54:14] ⇦
Quits: Izzy (~izzy@210.1.218.92) (*.net *.split)
L133[23:54:14] ⇦
Quits: tehbeard (~tehesper@66.228.139.228) (*.net
*.split)
L134[23:54:15] ⇦
Quits: Saphire (saphire@lunar.exchange) (*.net
*.split)
L135[23:54:15] ⇦
Quits: SquidDev (~SquidDev@autoclave.squiddev.cc) (*.net
*.split)
L136[23:54:15] ⇦
Quits: Cruor (Cruor@satomi.openshell.no) (*.net
*.split)
L137[23:54:15] ⇦
Quits: Oddstr13 (Odd@satomi.openshell.no) (*.net
*.split)
L138[23:54:15] ⇦
Quits: gruetzkopf (~quassel@daemon.gruetzkopf.org) (*.net
*.split)
L139[23:54:15] ⇦
Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (*.net
*.split)
L140[23:54:15] ⇦
Quits: Lucifer (sid32492@id-32492.ilkley.irccloud.com) (*.net
*.split)
L141[23:54:15] ⇦
Quits: Antheus (~Antheus@2001:41d0:700:3949:2222::2) (*.net
*.split)
L142[23:54:15] ⇦
Quits: Techokami (~Techokami@2001:41d0:700:3949:2222::2) (*.net
*.split)
L143[23:54:15] ⇦
Quits: reborn (reborn@reborn.my.id) (*.net *.split)
L144[23:54:15] ⇦
Quits: Kasen
(~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse)
(*.net *.split)
L145[23:54:15] ⇦
Quits: GuntherDW (~guntherdw@quadran.system33.be) (*.net
*.split)
L146[23:54:15] ⇦
Quits: kan18 (~kan18@98.16.44.148) (*.net *.split)
L147[23:54:15] ⇦
Quits: progwml6 (~progwml6@149.88.33.30) (*.net
*.split)
L148[23:54:15] ⇦
Quits: Lizzy (~Lizzy@bode.theender.net) (*.net
*.split)
L149[23:54:15] ⇦
Quits: fingercomp (fingercomp@fomalhaut.me) (*.net
*.split)
L150[23:54:15] ⇦
Quits: LeshaInc (LeshaInc@fomalhaut.me) (*.net
*.split)
L151[23:54:15] ⇦
Quits: Totoro (totoro@fomalhaut.me) (*.net *.split)
L152[23:55:17]
⇨ Joins: ThePiGuy24
(~ThePiGuy2@2a0a:ef40:ca6:e201:1666:ec15:dc41:847d)
L153[23:55:17]
⇨ Joins: Michiyo (~Michiyo@50.38.50.245)
L154[23:55:17]
⇨ Joins: CompanionCube (samis@thonk.9net.org)
L155[23:55:17]
⇨ Joins: Stary (Stary@thonk.9net.org)
L156[23:55:17]
⇨ Joins: BadCoder (~wasp@109.229.98.0)
L157[23:55:17]
⇨ Joins: Crystal|AFK
(crystal@eris.the.sexiest.cat)
L158[23:55:17]
⇨ Joins: Izzy (~izzy@210.1.218.92)
L159[23:55:17]
⇨ Joins: tehbeard (~tehesper@66.228.139.228)
L160[23:55:17]
⇨ Joins: Saphire (saphire@lunar.exchange)
L161[23:55:17]
⇨ Joins: SquidDev
(~SquidDev@autoclave.squiddev.cc)
L162[23:55:17]
⇨ Joins: Cruor (Cruor@satomi.openshell.no)
L163[23:55:17]
⇨ Joins: Oddstr13 (Odd@satomi.openshell.no)
L164[23:55:17]
⇨ Joins: gruetzkopf
(~quassel@daemon.gruetzkopf.org)
L165[23:55:17]
⇨ Joins: scj643
(~quassel@2001:41d0:700:3949:5c1::1)
L166[23:55:17]
⇨ Joins: Lucifer
(sid32492@id-32492.ilkley.irccloud.com)
L167[23:55:17]
⇨ Joins: Antheus
(~Antheus@2001:41d0:700:3949:2222::2)
L168[23:55:17]
⇨ Joins: Techokami
(~Techokami@2001:41d0:700:3949:2222::2)
L169[23:55:17]
⇨ Joins: reborn (reborn@reborn.my.id)
L170[23:55:17]
⇨ Joins: Kasen
(~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse)
L171[23:55:17]
⇨ Joins: GuntherDW
(~guntherdw@quadran.system33.be)
L172[23:55:17]
⇨ Joins: kan18 (~kan18@98.16.44.148)
L173[23:55:17]
⇨ Joins: progwml6 (~progwml6@149.88.33.30)
L174[23:55:17]
⇨ Joins: Lizzy (~Lizzy@bode.theender.net)
L175[23:55:17]
⇨ Joins: fingercomp (fingercomp@fomalhaut.me)
L176[23:55:17]
⇨ Joins: LeshaInc (LeshaInc@fomalhaut.me)
L177[23:55:17]
⇨ Joins: Totoro (totoro@fomalhaut.me)
L178[23:55:17]
calamity.esper.net sets mode: +o on Lizzy