code logs -> 2016 -> Mon, 14 Mar 2016< code.20160313.log - code.20160315.log >
--- Log opened Mon Mar 14 00:00:38 2016
00:09 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
00:17 Kindamoody is now known as Kindamoody[zZz]
00:25 Kindamoody[zZz] [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Operation timed out]
00:32 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
00:32 mode/#code [+o Kindamoody|autojoin] by ChanServ
00:34 Far [Asur@Nightstar-4sqhcc.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
00:34 Turaiel[Offline] is now known as Turaiel
00:43 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Ping timeout: 121 seconds]
00:53 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
00:54 mode/#code [+o Kindamoody|autojoin] by ChanServ
01:26 Turaiel is now known as Turaiel[Offline]
01:26 Turaiel[Offline] is now known as Turaiel
03:42 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has quit [Ping timeout: 121 seconds]
04:01 Turaiel is now known as Turaiel[Offline]
04:11 Derakon is now known as Derakon[AFK]
05:17 catadroid [catalyst@Nightstar-vfbjei.dab.02.net] has joined #code
06:17 ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code
06:48 celticminstrel is now known as celmin|Zzzzzz
06:55 catadroid [catalyst@Nightstar-vfbjei.dab.02.net] has quit [A TLS packet with unexpected length was received.]
06:55 catadroid [catalyst@Nightstar-vfbjei.dab.02.net] has joined #code
07:05 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
07:05 mode/#code [+o Crossfire] by ChanServ
07:21 Kindamoody|autojoin is now known as Kindamoody
08:12 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [Ping timeout: 121 seconds]
08:25 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
08:26 catadroid [catalyst@Nightstar-vfbjei.dab.02.net] has quit [Ping timeout: 121 seconds]
09:09 Kindamoody is now known as Kindamoody|afk
09:11
<&Reiver>
... okay, maybe hexagons aren't the correct way to start in Unity.
09:11 * Reiver grumps, for once again he is stymied by impatience running headlong into psuedocompetence.
09:15
<&Reiver>
Hm. Especially since this is all 2D, maybe I should try designing for, y'know, an actual 2D engine?
09:18
<&Reiver>
hm
10:22 thalass|afk [thalass@Nightstar-283.o7s.158.104.IP] has joined #code
10:23
< abudhabi>
Using json (with Gson to do the heavy lifting) as means to serialize application state. Good idea? Y/N
10:46 thalass|afk [thalass@Nightstar-283.o7s.158.104.IP] has quit [Operation timed out]
11:02 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
12:20 Emmy [M@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
12:39 Far [Asur@Nightstar-tv5k6h.dip0.t-ipconnect.de] has joined #code
13:16
<&ToxicFrog>
abudhabi: if it can be cleanly represented in JSON, I don't see a problem with that
13:16
<&ToxicFrog>
It's widely supported, easy to debug, and compresses well
13:16
< abudhabi>
Sweet.
13:18
< abudhabi>
It's very easy to code, since so long as I have a regular data structure, I can just new Gson().toJson(myInstance) and new Gson().fromJson(text,MyClass.class).
13:19
< abudhabi>
And it seems I can make it work stresslessly into that regular data structure (everything interpretable as a map or list).
15:11
<@Syloq>
Blah! I'm trying to remember what is a name of one of those linux apps that detects people trying to break into your box via ssh or smtp and blocks them. For the life of me I can't remember one of them. Anyone remember?
15:12
<@Syloq>
fail2ban! nevermind.
15:23 thalass|afk [thalass@Nightstar-283.o7s.158.104.IP] has joined #code
15:51 thalass|afk [thalass@Nightstar-283.o7s.158.104.IP] has quit [Operation timed out]
15:52
< abudhabi>
How do I use texmaker to actually quick build and preview?
15:52
< abudhabi>
Because it's complaining at me that "Log file not found".
15:58
< abudhabi>
Nevermind, got it!
15:58
< abudhabi>
Turns out it choked on my file not ending in .tex or whatever.
16:05 celmin|Zzzzzz is now known as celticminstrel
16:31 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
17:27 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
17:27 mode/#code [+qo Vornicus Vornicus] by ChanServ
17:53
< abudhabi>
Why doesn't \printindex print the index?
18:13 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
18:14
< abudhabi>
How do I make text boxes that fit into a column of a two-column layout?
18:14
<&ToxicFrog>
abudhabi: \printindex works for me, but I think that, like the TOC, you may need to compile twice to get it to work -- first run generates the output that the second run uses to emit the index.
18:15
< abudhabi>
Didn't do the trick, I'm afraid.
18:15
< abudhabi>
How do you use \printindex?
18:15
<&ToxicFrog>
abudhabi: aha, specifically, I need \makeindex at the start of the file (before \begin{document}) to tell it to collect index entries
18:15
<&ToxicFrog>
Then at the end of the file, \backmatter \printindex
18:17
< abudhabi>
Hm. I think I do that. I have a \usepackage{makeidx} too, and I have a \chapter in between \backmatter and \printindex.
18:17
< abudhabi>
There is an idx file generated, and it does contain stuff.
18:18
<&ToxicFrog>
I'm also using makeidx. I don't have a \chapter between the \backmatter and \printindex, though.
18:19
< abudhabi>
Makes no difference to put them sequentially.
18:20
< abudhabi>
How do I strip out automatic chapter and heading numbering?
18:20
<&ToxicFrog>
I don't remember!
18:20
< abudhabi>
I don't want chapters or headings and subheadings numbers.
18:21
<&ToxicFrog>
https://en.wikibooks.org/wiki/LaTeX/Document_Structure#Section_numbering ?
18:21
< abudhabi>
OK, that solves the section stuff!
18:22
< abudhabi>
But I do want chapters in the TOC.
18:23
<&ToxicFrog>
You want them unnumbered in the TOC as well?
18:23
< abudhabi>
Yes.
18:24
< abudhabi>
Well, it's not a big deal if they're numbered in the TOC.
18:24
<&ToxicFrog>
\chapter* and \addcontentsline will do the thing, as demonstrated in that page
18:24
< abudhabi>
I mainly don't want the "Chapter #" heading before the name.
18:24
<&ToxicFrog>
If you want PDF bookmarks as well you'll need \phantomsection
18:24
< abudhabi>
Oh, cool.
18:25
<&ToxicFrog>
There's also the "titlesec" package that gives you control over automatically generated titles like that
18:27
< abudhabi>
Ugh, what package is phantomsection in?
18:27
< abudhabi>
hyperref?
18:30
< abudhabi>
Is that included by default?
18:36 Far [Asur@Nightstar-tv5k6h.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
19:24
<&ToxicFrog>
abudhabi: pretty sure it's in hyperref, and if you're not using hyperref you don't need it
19:28 celticminstrel [celticminst@Nightstar-q0f7bb.dsl.bell.ca] has left #code []
19:29 celticminstrel [celticminst@Nightstar-q0f7bb.dsl.bell.ca] has joined #code
19:29 mode/#code [+o celticminstrel] by ChanServ
19:31
< abudhabi>
ToxicFrog: Complains about lack of url.sty .
19:32
< abudhabi>
(PDF hyperlinks is really a minor, minor issue. I'm more interested in how to get a text box to appear properly.)
19:37 Kindamoody|afk is now known as Kindamoody
19:39
< abudhabi>
OK, figured out boxes.
19:42
< abudhabi>
ToxicFrog: How do I italicize a whole section?
20:10 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
20:10 mode/#code [+o Reiv] by ChanServ
20:43 thalass|afk [thalass@Nightstar-283.o7s.158.104.IP] has joined #code
20:44 Kindamoody [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Client exited]
21:42 himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
21:55 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has quit [Ping timeout: 121 seconds]
22:00 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
22:00 mode/#code [+o Reiv] by ChanServ
22:11 Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code
22:11 mode/#code [+o Kindamoody|autojoin] by ChanServ
22:12 Kindamoody|autojoin is now known as Kindamoody
22:17 * McMartin looks up Perl 6 stuff, based on before: ""Rakudo" is short for "Rakuda-dÅ" (with a long 'o'; 駱é§é), which is Japanese for "Way of the Camel". "Rakudo" (with a short 'o'; 楽å) also means "paradise" in Japanese."
22:21 Kindamoody [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Client exited]
22:21 starkruzr [quassel@Nightstar-m85rjf.fios.verizon.net] has joined #code
22:25 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
22:25 mode/#code [+o Crossfire] by ChanServ
22:27
<&McMartin>
Man, I should really port Ophis to Python 3 for real.
23:29 himi [fow035@Nightstar-dm0.2ni.203.150.IP] has joined #code
23:29 mode/#code [+o himi] by ChanServ
23:31 thalass|afk [thalass@Nightstar-283.o7s.158.104.IP] has quit [Ping timeout: 121 seconds]
23:32 Derakon[AFK] is now known as Derakon
23:32 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
23:39 Derakon is now known as Derakon[AFK]
23:43 Derakon[AFK] is now known as Derakon
--- Log closed Tue Mar 15 00:00:54 2016
code logs -> 2016 -> Mon, 14 Mar 2016< code.20160313.log - code.20160315.log >

[ Latest log file ]