code logs -> 2016 -> Fri, 13 May 2016< code.20160512.log - code.20160514.log >
--- Log opened Fri May 13 00:00:20 2016
00:17 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [Connection closed]
00:27
< [R]>
So, I'm debugging an issue on my dad's computer, he's running the latest Chrome on Windows 10. Every so often, Chrome is unable to complete all the requests required for tastytrade.com (dev tools show a bunch as "pending" and the entire tab is frozen up. I've reinstalled chrome, run a memtest, his internet connection is otherwise fine (constant 54ms for ping, no packets dropped) I don't know what to do.
00:29
<~Vornicus>
Just that one site?
00:29
<~Vornicus>
also, logged in or not
00:29
< Azash>
[R]: Can you reproduce this on Firefox/Edge/anything?
00:30
<~Vornicus>
I get no reproduction on my chrome/win10 going to the front page.
00:30
< Azash>
This reminds me somewhat of an issue we had in a project with Chrome's superaggro preloading policy
00:30 Kindamoody is now known as Kindamoody[zZz]
00:31
< Azash>
A commonly enough visited site gets a premade connection from Chrome, I forget if just an opened TCP connection or what but they might have something blocking more than X connections from Y place at a time
00:31
< Azash>
Then again that wouldn't explain a lockup
00:33 crystalclaw|AFK is now known as crystalclaw
00:42
< [R]>
Vornicus: it's not 100% reproducable, it's about every 10th video
00:47
<~Vornicus>
so google has apparently open sourced an english language parser
00:47
<~Vornicus>
Named Parsey McParseface
00:48
<&McMartin>
:golfclap:
00:49
<&McMartin>
Confirmed: http://googleresearch.blogspot.com/2016/05/announcing-syntaxnet-worlds-most.html
00:54
< [R]>
Alright, Edge is unable to reproduce it after 20 page loads.
00:54
< [R]>
So possibly a bug in Chrome? (It's running 32bit on a 64bit system if that matters at all)
01:03 Derakon[AFK] is now known as Derakon
01:10 crystalclaw is now known as crystalclaw|AFK
01:20 Thalass|TF2 is now known as Thalass
01:21 mode/#code [+o Thalass] by ChanServ
01:34 crystalclaw|AFK [crystalclaw@Nightstar-12q9ui.xyz] has quit [Operation timed out]
01:41 crystalclaw [crystalclaw@Nightstar-12q9ui.xyz] has joined #code
01:41 crystalclaw is now known as crystalclaw|AFK
01:45 himi [fow035@Nightstar-dm0.2ni.203.150.IP] has joined #code
01:45 mode/#code [+o himi] by ChanServ
01:53 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
02:14 Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has joined #code
02:14 mode/#code [+o Vash] by ChanServ
02:50 Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has quit [Connection closed]
--- Log closed Fri May 13 03:14:19 2016
--- Log opened Fri May 13 03:14:32 2016
03:14 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
03:14 Irssi: #code: Total of 40 nicks [25 ops, 0 halfops, 0 voices, 15 normal]
03:14 mode/#code [+o TheWatcher] by ChanServ
03:15 Irssi: Join to #code was synced in 52 secs
03:52 Kindamoody[zZz] [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Connection closed]
04:30 Turaiel is now known as Turaiel[Offline]
05:00 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
05:10 celticminstrel [celticminst@Nightstar-q0f7bb.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:16 Derakon is now known as Derakon[AFK]
05:33 crystalclaw|AFK is now known as crystalclaw
07:08
<&McMartin>
My next Bumbershoot Software post is going to be four versions of Hello World.
07:08
<&McMartin>
I'm not sure if this is a hilarious idea or just a terrible one
07:10
< simon_>
heh
07:10
<&McMartin>
(C64, MS-DOS, Linux32, Win32, with no language runtime support in any case.)
07:10
<~Vornicus>
I'd like to see it
07:11
<&McMartin>
Well, I'm about a hundred lines into my draft
07:11
< simon_>
reminds me of that tutorial on creating really, really small ELF binaries. http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
07:11
<&McMartin>
Yeah
07:11
<&McMartin>
I'm not doing those tricks here
07:11
<&McMartin>
That's why the Linux32 Hello World is 360 bytes long.
07:12 catadroid [catalyst@Nightstar-6uir8n.dab.02.net] has joined #code
07:14
< simon_>
I just like how he keeps going smaller and smaller and smaller
07:14
< simon_>
there's suspense.
07:15
< simon_>
"will -s do it? yeah, but..." "will -O do it? hardly." "will nasm do it? ahhh, shoot. only 12 bytes smaller." and so on :)
07:16
<&McMartin>
Yeah
07:16
<&McMartin>
That said, I didn't hit some of the silliness he hit.
07:16
<&McMartin>
Like, NASM isn't tagging my code.
07:16
< simon_>
right. hehe.
07:16
<&McMartin>
So my much larger core program ends up smaller than every case he had that ever called ld.
07:17
<&McMartin>
As it happens, DOS is the champion, and it's unlikely to be defeated
07:18
<&McMartin>
Because the .COM format has literally no overhead, and 16-bit x86 code seems to be in a kind of size sweet spot
07:23
<&McMartin>
"On the other hand, every single byte in this executable file can be accounted for and justified. How many executables have you created lately that you can say that about?"
07:23
<&McMartin>
...almost every retro program on my blog, actually >.>
07:24
<&McMartin>
PE32 is a *lot* more wasteful with padding
07:27 himi [fow035@Nightstar-dm0.2ni.203.150.IP] has quit [Operation timed out]
07:28 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
07:28 mode/#code [+o Kindamoody|autojoin] by ChanServ
07:28 Kindamoody|autojoin is now known as Kindamoody
07:43
<@macdjord>
McMartin: That was hilarious.
07:43
<@macdjord>
Sorry, s/ McMartin / simon_ /
07:47
<&McMartin>
I remember this article, of old
07:47
<&McMartin>
It is just as good now as it was then
07:57 crystalclaw is now known as crystalclaw|AFK
08:10
<@macdjord>
It vaguely reminds me of the Story of Mel.
08:14
< [R]>
IMO if you had enough paper you could probably have drawn a non-standard flowchart to indicate how mel's program worked (not that the protag had any moral incentive to do so)
08:16
<&McMartin>
Yes
08:16
<&McMartin>
I program in assembly for fun and I say with authority that Mel was a dick
08:16
<&McMartin>
I'm not gonna finish this article tonight
08:18
< simon_>
McMartin, I've read it twice, too. it's funny how you can get back to old internet relics and enjoy them again.
08:36
< abudhabi>
Mel was a master troll. :D
08:39
< abudhabi>
Arghle.
08:39
< abudhabi>
I have a ByteArrayOutputStream. How do I funnel that data into an input stream?
08:40
< abudhabi>
I swear, Java streams are completely awful.
08:40
< abudhabi>
I can't do anything without a reference.
08:52
<&McMartin>
Looks like I lied, unless if you count pre and post midnight as different "tonights"
08:52 Kindamoody is now known as Kindamoody|afk
08:53
<~Vornicus>
It's not tomorrow until like 6 am
08:53
<~Vornicus>
that's the way tv works too. or did, back when "end of the broadcast day" was a thing
08:58
<&McMartin>
https://bumbershootsoft.wordpress.com/2016/05/13/hello-world-4-different-ways/
08:58
< abudhabi>
Is there any way to log a SOAP request without making it unavailable for reading later?
09:05
<~Vornicus>
man, the vic 20
09:17 Netsplit Kakrafoon.Nightstar.Net <-> Deepthought.Nightstar.Net quits: @jeroud, abudhabi, @Syloq, @iospace, @Derakon[AFK], Attilla, grindhold, simon_, @Reiver, @froztbyte, (+25 more, use /NETSPLIT to show all of them)
09:18 Netsplit over, joins: ~Vornicus, @froztbyte, @gnolam, &jeroud, @Orthia, &Derakon[AFK], starkruzr, &Reiver, @JustBob, catadroid (+25 more)
09:23 VirusJTG_ [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
09:24 Netsplit Kakrafoon.Nightstar.Net <-> Deepthought.Nightstar.Net quits: @jeroud, abudhabi, @Syloq, @iospace, @Derakon[AFK], Attilla, grindhold, simon_, @Reiver, @froztbyte, (+25 more, use /NETSPLIT to show all of them)
09:25 Netsplit over, joins: ~Vornicus, @froztbyte, @gnolam, &jeroud, @Orthia, &Derakon[AFK], starkruzr, &Reiver, @JustBob, catadroid (+25 more)
09:25
<&McMartin>
Vornicus: When computing filesize I cannot exclude them, but yeah, I seem to have mistyped that.
09:25 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [Ping timeout: 121 seconds]
09:26
<&McMartin>
There's always a newline in the string, yeah
09:26
<&McMartin>
Contents of section .text: 8048080 b8040000 00bb0100 0000b9a0 900408ba ................ 8048090 0e000000 cd80b801 00000031 dbcd80 ...........1...
09:26
<~Vornicus>
right. you're counting that separately though, so
09:26
<&McMartin>
Contents of section .data: 80490a0 48656c6c 6f2c2077 6f726c64 210a Hello, world!.
09:26
<&McMartin>
Yeah
09:27
< abudhabi>
McMartin: "but with no impace on our binary "
09:28
<&McMartin>
Also, I never spell "noticeably" right
09:32 * McMartin fixes that and also makes the DOS category a subcategory of retrocoding.
09:53 gnolam is now known as gnolam|tour
10:07 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer]
10:09 himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code
10:09 mode/#code [+o himi] by ChanServ
11:06 Reiv [NSwebIRC@Nightstar-qar7aj.xtra.co.nz] has joined #code
11:07 mode/#code [+o Reiv] by ChanServ
11:48 Thalass [thalass@Nightstar-283.o7s.158.104.IP] has quit [Ping timeout: 121 seconds]
12:24 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
12:25 mode/#code [+o Crossfire] by ChanServ
12:47 catadroid` [catalyst@Nightstar-vgs9cg.dab.02.net] has joined #code
12:49 catadroid [catalyst@Nightstar-6uir8n.dab.02.net] has quit [Ping timeout: 121 seconds]
12:54 catadroid` [catalyst@Nightstar-vgs9cg.dab.02.net] has quit [[NS] Quit: Bye]
13:00 catadroid [catalyst@Nightstar-vgs9cg.dab.02.net] has joined #code
14:16 Reiv [NSwebIRC@Nightstar-qar7aj.xtra.co.nz] has quit [Ping timeout: 121 seconds]
14:19 VirusJTG_ [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Leaving]
14:19 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
14:23 Emmy [M@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
15:26
< Azash>
https://www.kickstarter.com/projects/datagatekeeper/datagatekeeper-the-first-imp enetrable-anti-hacking/description
15:29
<@iospace>
Azash: and kickstarter went down
15:50 celticminstrel [celticminst@Nightstar-q0f7bb.dsl.bell.ca] has joined #code
15:50 mode/#code [+o celticminstrel] by ChanServ
15:58
<@iospace>
I think kickstarter is getting ddosed :V
16:57 crystalclaw|AFK is now known as crystalclaw
17:35 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
17:37 catadroid [catalyst@Nightstar-vgs9cg.dab.02.net] has quit [[NS] Quit: Bye]
18:05 gizmore [kvirc@Nightstar-0btafn.dip0.t-ipconnect.de] has joined #code
18:13 crystalclaw is now known as crystalclaw|AFK
18:21 Turaiel[Offline] [Brandon@Nightstar-7mqsi0.mi.comcast.net] has quit [Ping timeout: 121 seconds]
18:22 Turaiel[Offline] [Brandon@Nightstar-7mqsi0.mi.comcast.net] has joined #code
18:36 gizmore [kvirc@Nightstar-0btafn.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
19:03 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
19:03 mode/#code [+qo Vornicus Vornicus] by ChanServ
19:41 crystalclaw|AFK is now known as crystalclaw
20:04 Emmy [M@Nightstar-9p7hb1.direct-adsl.nl] has quit [Connection reset by peer]
20:36 Derakon[AFK] is now known as Derakon
20:38
<&McMartin>
Unix command of the week: echo returnable | sed saturnalia
20:39
<@Tamber>
:D
20:43
<@macdjord>
?
20:44
<@Tamber>
tamber@na$> echo returnable | sed saturnalia
20:44
<@Tamber>
reliable
20:45
< Azash>
oic
20:46
< Azash>
sed parses the first non-matching command character as the separator?
20:46
< Azash>
non-command, rather
20:46
<@macdjord>
I know 'echo' and 'sed'. I have no idea what 'returnable' is, what 'saturnalia' is (besides a Roman holiday), or why this is funny.
20:46
< [R]>
Correct
20:46
<~Vornicus>
returnable is just the word.
20:46
<@Tamber>
'returnable' and 'saturnalia' are strings that you feed to the respective commands.
20:46
<~Vornicus>
saturnalia is a regex replacement with delimiter 'a'
20:46
< [R]>
$ echo returnable | sed s,turn,li,
20:46
< [R]>
reliable
20:47
<&McMartin>
Right
20:47
< Azash>
Contrast s/turn/li/
20:47
<&McMartin>
Or, you know, s/turn/li/ which is how you'd usually phrase that
20:47
< [R]>
Pfft
20:47
< [R]>
Comma master race you plebians
20:47
< Azash>
s/i/e\1/
20:47
<@macdjord>
Okay, now I understand what the commands are doing. Still not seeing the humor.
20:48
<&McMartin>
"It is intrinsically funny to turn a word into a set of commands that actually do something"
20:48
< Azash>
It's less haw haw haw and more of an "oh, that's cool", "oh that's weird", "oh, that's neat" series
20:49
<@macdjord>
Ah, okay. So no special relation between the words 'returnable', 'reliable', and 'saturnalia'.
20:49
<&McMartin>
... other than that the latter is a command that will transform the first into the second, yes
20:51
<@macdjord>
Neat.
20:55 Derakon is now known as Derakon[AFK]
21:05 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
21:22 Thalass [thalass@Nightstar-283.o7s.158.104.IP] has joined #code
21:22 mode/#code [+o Thalass] by ChanServ
21:22 Kindamoody|afk is now known as Kindamoody
21:45 crystalclaw is now known as crystalclaw|AFK
21:46 gizmore [kvirc@Nightstar-anihg1.dip0.t-ipconnect.de] has joined #code
21:53 Derakon[AFK] is now known as Derakon
22:07 Crossfire [Z@Nightstar-pdi1tp.customer.tdc.net] has joined #code
22:07 mode/#code [+o Crossfire] by ChanServ
22:10 Kindamoody is now known as Kindamoody[zZz]
22:47 Thalass [thalass@Nightstar-283.o7s.158.104.IP] has quit [Ping timeout: 121 seconds]
23:49 gizmore|2 [kvirc@Nightstar-anihg1.dip0.t-ipconnect.de] has joined #code
23:52 gizmore [kvirc@Nightstar-anihg1.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
--- Log closed Sat May 14 00:00:36 2016
code logs -> 2016 -> Fri, 13 May 2016< code.20160512.log - code.20160514.log >

[ Latest log file ]