--- Log opened Fri Apr 29 00:00:29 2016 |
00:15 | | Kindamoody is now known as Kindamoody[zZz] |
00:18 | < [R]> | It'd be nice if Java actually tried to innovate, rather than just play catch-up with C# at this point. |
00:20 | <&McMartin> | Alternately, given how much Oracle seems to care about Java as a platform, it'd also be nice if C# managed to just start muscling in harder~ |
00:33 | | Turaiel[Offline] is now known as Turaiel |
01:00 | | Derakon[AFK] is now known as Derakon |
01:11 | | catadroid` [catalyst@Nightstar-nobhb9.dab.02.net] has quit [[NS] Quit: Bye] |
01:11 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving] |
01:22 | | catadroid [catalyst@Nightstar-nobhb9.dab.02.net] has joined #code |
03:18 | | Thalaway [thalass@Nightstar-283.o7s.158.104.IP] has quit [Connection closed] |
03:28 | | catadroid` [catalyst@Nightstar-1fgg0e.dab.02.net] has joined #code |
03:31 | | catadroid [catalyst@Nightstar-nobhb9.dab.02.net] has quit [Ping timeout: 121 seconds] |
05:17 | | Derakon is now known as Derakon[AFK] |
05:40 | | Harlow [harlow@Nightstar-n8c2aq.wireless.uic.edu] has joined #code |
06:10 | | Turaiel is now known as Turaiel[Offline] |
06:22 | | Kindamoody[zZz] is now known as Kindamoody |
06:24 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
06:29 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code |
06:29 | | mode/#code [+o Crossfire] by ChanServ |
06:32 | | Harlow [harlow@Nightstar-n8c2aq.wireless.uic.edu] has quit [[NS] Quit: BED] |
06:33 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
06:49 | | crystalclaw is now known as crystalclaw|AFK |
06:54 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
06:57 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:21 | < simon_> | in C# I've got this enum ProcessingInstructionFlags : short { None = 0, Parse = 2, Trade = 4 + (int)Parse, Publish = 8, ...combinations... } |
07:25 | < simon_> | after having converted (pi & ProcessingInstructionsFlags.Parse) back into an enum safely, I want to check if this product is a downgrade. |
07:26 | < simon_> | ah. I guess I'll just check if (pi & Parse) == pi. I thought maybe pi > Parse, but I don't like to assume things about the order of the bits. |
07:29 | < simon_> | okay. Downgrade := (pi & Parse) && (pi != Parse) |
07:30 | < simon_> | or rather, (pi & Parse) == Parse && pi != Parse |
07:32 | | catadroid` [catalyst@Nightstar-1fgg0e.dab.02.net] has quit [[NS] Quit: Bye] |
07:32 | | catadroid [catalyst@Nightstar-1fgg0e.dab.02.net] has joined #code |
07:34 | < simon_> | err, expressing that with enums rather than their underlying short's bolean value, then Downgrade := (pi != None && pi != Parse). sigh. :) |
07:56 | < simon_> | meh. I'm not sure why I suck so much at basic logic right now. |
07:56 | < catadroid> | Logic is hard |
07:56 | < simon_> | if (pi & Parse != None && pi != Parse) |
08:02 | | catadroid [catalyst@Nightstar-1fgg0e.dab.02.net] has quit [Ping timeout: 121 seconds] |
08:24 | < simon_> | heh |
08:24 | < simon_> | even simpler; downgrade = previous & Parse; if (previous != downgrade). big sigh. |
08:57 | | Kindamoody is now known as Kindamoody|afk |
09:26 | | 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!] |
10:04 | | catadroid [catalyst@Nightstar-33s7ll.dab.02.net] has joined #code |
10:13 | < simon_> | I found this line of code in our codebase today: private readonly Stack<Data> _inititalizeQueue; |
10:14 | < Vornotron> | How does one readonly a stack |
10:42 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
11:06 | | ion_ [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Connection closed] |
11:16 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code |
11:16 | | mode/#code [+o Crossfire] by ChanServ |
11:20 | < catadroid> | The reference is readonly, the stack itself is mutable |
11:58 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
11:58 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
12:00 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
12:00 | | mode/#code [+o himi] by ChanServ |
12:01 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [[NS] Quit: breaking things, unbreaking things] |
12:03 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
12:49 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
14:10 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
14:23 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
14:23 | | mode/#code [+o himi] by ChanServ |
14:30 | | catadroid` [catalyst@Nightstar-p0i0tp.dab.02.net] has joined #code |
14:33 | | catadroid [catalyst@Nightstar-33s7ll.dab.02.net] has quit [Ping timeout: 121 seconds] |
14:42 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code |
14:42 | | mode/#code [+o Crossfire] by ChanServ |
14:53 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
14:53 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:00 | | Reiver_ [NSwebIRC@Nightstar-g7fs0k.xtra.co.nz] has quit [Ping timeout: 121 seconds] |
15:00 | | Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has joined #code |
15:00 | | mode/#code [+o Vash] by ChanServ |
15:42 | | catadroid` is now known as catadroid |
16:54 | | celticminstrel [celticminst@Nightstar-q0f7bb.dsl.bell.ca] has joined #code |
16:54 | | mode/#code [+o celticminstrel] by ChanServ |
17:31 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
18:03 | | crystalclaw|AFK is now known as crystalclaw |
21:00 | | catadroid` [catalyst@Nightstar-u8c4qu.dab.02.net] has joined #code |
21:03 | | catadroid [catalyst@Nightstar-p0i0tp.dab.02.net] has quit [Ping timeout: 121 seconds] |
21:06 | | Crossfire [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
21:48 | | Kindamoody|afk is now known as Kindamoody |
22:09 | | emmy [M@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
22:26 | | Crossfire [Z@Nightstar-pdi1tp.customer.tdc.net] has joined #code |
22:26 | | mode/#code [+o Crossfire] by ChanServ |
23:14 | | Kindamoody is now known as Kindamoody[zZz] |
--- Log closed Sat Apr 30 00:00:45 2016 |