code logs -> 2016 -> Fri, 05 Feb 2016< code.20160204.log - code.20160206.log >
--- Log opened Fri Feb 05 00:00:09 2016
00:10 Turaiel[Offline] is now known as Turaiel
00:46 Derakon[AFK] is now known as Derakon
01:16 Turaiel is now known as Tem
01:28 Tem is now known as Turaiel
01:37 catalyst` [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
01:37 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection reset by peer]
01:54 himi [fow035@Nightstar-f0n.5hq.44.138.IP] has joined #code
01:54 mode/#code [+o himi] by ChanServ
02:04 catadroid [catalyst@Nightstar-qvlrke.dab.02.net] has joined #code
02:05 catalyst` [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving]
02:06 himi [fow035@Nightstar-f0n.5hq.44.138.IP] has quit [Ping timeout: 121 seconds]
03:55 Turaiel is now known as Turaiel[Offline]
04:06 catadroid` [catalyst@Nightstar-dkvm8p.dab.02.net] has joined #code
04:06 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has quit [Ping timeout: 121 seconds]
04:08 catadroid [catalyst@Nightstar-qvlrke.dab.02.net] has quit [Ping timeout: 121 seconds]
04:41 * Vornicus examines his feeds, sees that McM has used his string-replacing monster, is not sure whether to be proud or afraid.
04:42
<&McMartin>
I had to bugfix it!
04:42
<~Vornicus>
pff
04:42
<&McMartin>
Your original put sprite 0 in the MSB instead of the LSB~
04:43
<~Vornicus>
It's a terrible piece of code, frankly
04:43
<&McMartin>
Nothing about the demoscene is clean, sir~
04:43
<~Vornicus>
oh, still a big
04:43
<~Vornicus>
bug
04:43
<~Vornicus>
10, not 100, for the 4 replace
04:44
<&McMartin>
Oops
04:44
<&McMartin>
That's a typing error~
04:44
<&McMartin>
Fixed
04:44
<~Vornicus>
feels like it should be symmetric though, honestly.
04:44
<&Derakon>
...what have you two been up to?
04:45
<&McMartin>
"1011" isn't, I don't think?
04:45
<&McMartin>
This: https://bumbershootsoft.wordpress.com/2016/02/05/sprites-and-raster-timing-on-th e-c64/
04:45
<~Vornicus>
4 + 2 + 5... 5 + 4 + 2. both should cost 11.
04:45
<&McMartin>
Mmm. So it is
04:45
<&McMartin>
And you did do a tablecheck
04:46
<&McMartin>
Nevertheless, that's relying on proving the results equivalent instead of actually being the three true cases
04:47
<~Vornicus>
actually, I can prove the results equivalent
04:47
<~Vornicus>
slightly different way though, and I'd need regex
04:47
<&Derakon>
Better use Perl~
04:50
<~Vornicus>
bin it, trim zeroes. If there are any 1s at all: replace 00+ with 3, 0 with 2, and 1 with 2, sum all those up, add 3. otherwise, 0. All parts are symmetrical so you can start from either end.
04:51
<~Vornicus>
or rearrange the 0 piles as partition buckets between the 1s, in any way that you wish, and you'll get the same answer
04:56
<~Vornicus>
(which is to say: 1101001, 1010011, 1001101, and three others all have the same timing: 16 cycles.)
04:57
<~Vornicus>
(well. more than three others; at least 9, if you include 11010001 and its repartitions)
05:02 Derakon is now known as Derakon[AFK]
05:09 Crossfire [Z@Nightstar-rshgm5.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
05:33 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
05:34 mode/#code [+o Crossfire] by ChanServ
05:36 Red_Queen [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
05:36 mode/#code [+o Red_Queen] by ChanServ
05:38 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
05:52 * Vornicus gets all the way through defining drift behavior exactly for vorns ahoy, fiddles with powered behavior, befuddles, determines it to be bedtime
06:01 macdjord [macdjord@Nightstar-ahbhn1.cable.rogers.com] has joined #code
06:01 mode/#code [+o macdjord] by ChanServ
06:05 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
06:55 himi [fow035@Nightstar-f0n.5hq.44.138.IP] has joined #code
06:55 mode/#code [+o himi] by ChanServ
07:18 Red_Queen [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
07:37 Kindamoody[zZz] is now known as Kindamoody
07:44 Kindamoody is now known as Kindamoody|afk
08:08 himi [fow035@Nightstar-f0n.5hq.44.138.IP] has quit [Ping timeout: 121 seconds]
08:11
<@abudhabi>
WTF.
08:11 * abudhabi finds a schrödinbug in working code.
08:12
<@abudhabi>
It shouldn't work.
08:12
<@abudhabi>
But it does.
08:12 himi [fow035@Nightstar-f0n.5hq.44.138.IP] has joined #code
08:12 mode/#code [+o himi] by ChanServ
08:29 celticminstrel [celticminst@Nightstar-uce74q.dsl.bell.ca] has quit [[NS] Quit: KABOOM! It seems that I have exploded. Please wait while I reinstall the universe.]
09:12 catadroid` is now known as catadroid
09:37
<@TheWatcher>
abudhabi: as long as it /keeps/ working....
09:40
<@abudhabi>
TheWatcher: I got to the bottom of it. It just does things the opposite of what I expected and relies on certain implicit values to be there.
09:41
<@TheWatcher>
Oh, awesome
09:41
<@TheWatcher>
I can't see how that might break at all
10:11
< catadroid>
Excellent
10:11
< catadroid>
I'm waiting for something to install I thought I already had
10:36 catadroid` [catalyst@Nightstar-p1umrh.dab.02.net] has joined #code
10:39 catadroid [catalyst@Nightstar-dkvm8p.dab.02.net] has quit [Ping timeout: 121 seconds]
11:23 * TheWatcher eyes this
11:24
<@TheWatcher>
A bash script starting a java server that launches a ruby on rails application inside jruby
11:24 * TheWatcher headshakes
11:28 Emmy-zZz is now known as Emmy
12:04
<@gnolam>
TheWatcher: Yo dawg.
12:05
<@TheWatcher>
And yet it still doesn't support fucking LDAPv3 and TLS in its fucking LDAP auth plugin
12:05
<@TheWatcher>
Sodding useless java apps
13:14 * TheWatcher sighs
13:14
<@TheWatcher>
I guess I /could/ edit this LDAP plugin to add TLS...
13:15
<@TheWatcher>
Because sanity, who needs it, right?
13:24
<@gnolam>
;_;
13:29 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
13:56
<@[R]>
<TheWatcher> A bash script starting a java server that launches a ruby on rails application inside jruby <-- Vert.x at least?
14:00
<@TheWatcher>
Oh, no.
14:07 catadroid [catalyst@Nightstar-p1umrh.dab.02.net] has joined #code
14:07 catadroid` [catalyst@Nightstar-p1umrh.dab.02.net] has quit [A TLS packet with unexpected length was received.]
14:08 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection reset by peer]
14:51 grindhold [quassel@Nightstar-0ona3l.cyan.servdiscount-customer.com] has joined #code
14:59 Emmy [M@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
15:08 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code
15:08 mode/#code [+o Crossfire] by ChanServ
15:16
< Natanian>
I hate people sometimes.
16:01
<@Alek>
only sometimes?
16:05 Natanian [NSwebIRC@Nightstar-f3k.t3q.245.162.IP] has quit [[NS] Quit: Page closed]
16:12 Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
16:23 celticminstrel [celticminst@Nightstar-t0sjpa.dsl.bell.ca] has joined #code
16:23 mode/#code [+o celticminstrel] by ChanServ
17:01 gizmore [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has joined #code
17:07 catadroid` [catalyst@Nightstar-jc4oo8.dab.02.net] has joined #code
17:08 catadroid [catalyst@Nightstar-p1umrh.dab.02.net] has quit [Ping timeout: 121 seconds]
17:15
< catadroid`>
Whenever I see the word symbol in our source code now I smile involuntarily
18:04 gizmore [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/]
18:07 gizmore [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has joined #code
18:14 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
18:17 Crossfire [Z@Nightstar-rshgm5.cust.comxnet.dk] has joined #code
18:17 mode/#code [+o Crossfire] by ChanServ
19:21 catadroid` [catalyst@Nightstar-jc4oo8.dab.02.net] has quit [[NS] Quit: Bye]
19:21 ricer [ricer@Nightstar-dlmh0f.stratoserver.net] has joined #code
19:55 * macdjord assigns catalyst to parser optimization; watches her break out in spontanious grins
20:06
< catalyst>
:DDD
20:59 JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [Connection closed]
21:01 JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code
21:01 mode/#code [+o JustBob] by ChanServ
21:04 Crossfire [Z@Nightstar-rshgm5.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
22:06
<&McMartin>
I wonder how much this is smoke and mirrors: http://maruos.com/#/
22:10 Crossfire [Z@Nightstar-pdi1tp.customer.tdc.net] has joined #code
22:10 mode/#code [+o Crossfire] by ChanServ
22:13 gizmore|2 [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has joined #code
22:15 gizmore|3 [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has joined #code
22:16 gizmore [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
22:17 gizmore|2 [kvirc@Nightstar-8ggv12.dip0.t-ipconnect.de] has quit [Operation timed out]
22:20 himi [fow035@Nightstar-f0n.5hq.44.138.IP] has quit [Ping timeout: 121 seconds]
22:51 Kindamoody|afk is now known as Kindamoody
23:24 ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code
23:38 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
23:38 mode/#code [+qo Vornicus Vornicus] by ChanServ
23:43 Turaiel[Offline] is now known as Turaiel
23:46 ricer [ricer@Nightstar-dlmh0f.stratoserver.net] has quit [[NS] Quit: Caught SystemExit exception.]
23:51 Derakon[AFK] is now known as Derakon
--- Log closed Sat Feb 06 00:00:25 2016
code logs -> 2016 -> Fri, 05 Feb 2016< code.20160204.log - code.20160206.log >

[ Latest log file ]