--- Log opened Thu Nov 01 00:00:56 2018 |
00:01 | | celmin|away is now known as celticminstrel |
00:10 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
01:23 | | Kindamoody is now known as Kindamoody[zZz] |
01:27 | | Degi [Degi@Nightstar-muis03.dyn.telefonica.de] has quit [Connection reset by peer] |
02:18 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
02:18 | | mode/#code [+ao McMartin McMartin] by ChanServ |
04:06 | | celticminstrel is now known as celmin|sleep |
04:16 | | Derakon is now known as Derakon[AFK] |
05:23 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
05:52 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
05:52 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
05:57 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
06:18 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
06:18 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
06:32 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
06:32 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
07:05 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
07:05 | | mode/#code [+o himi] by ChanServ |
07:43 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
08:23 | | Kindamoody[zZz] is now known as Kindamoody |
09:18 | | Degi [Degi@Nightstar-ejhqba.dyn.telefonica.de] has joined #code |
10:07 | | Degi [Degi@Nightstar-ejhqba.dyn.telefonica.de] has quit [Connection reset by peer] |
10:11 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
10:50 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
12:31 | <@TheWatcher> | ... why am I getting 226 results for this query, when the maximum it should be able to get is 135?! |
12:34 | <@TheWatcher> | Oh, doh. Helps if I turn on the flag that enables the thingy that's needed for the wossname to filter out the whatchamacallits. |
12:35 | <@TheWatcher> | (All technical terms, I note) |
13:49 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
13:49 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
14:32 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
15:10 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
15:19 | | Kindamoody is now known as Kindamoody|afk |
15:46 | | Kindamoody|afk is now known as Kindamoody |
19:31 | | Degi [Degi@Nightstar-ejhqba.dyn.telefonica.de] has joined #code |
19:39 | | Degi [Degi@Nightstar-ejhqba.dyn.telefonica.de] has quit [[NS] Quit: Leaving] |
19:39 | | Degi [Degi@Nightstar-ejhqba.dyn.telefonica.de] has joined #code |
20:23 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
20:23 | | mode/#code [+o Reiv] by ChanServ |
20:47 | | Kindamoody is now known as Kindamoody|afk |
21:43 | | Degi_ [Degi@Nightstar-l69c76.dyn.telefonica.de] has joined #code |
21:45 | | Degi [Degi@Nightstar-ejhqba.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
22:19 | <@ErikMesoy> | I have just seen something incredibly gimmicky on Discord. |
22:20 | <@ErikMesoy> | A dicebot which visually imitates "rolling" dice by *very rapidly editing its message* to display different dice-smileys. |
22:21 | <@ErikMesoy> | I'm not sure how to feel about this. |
22:22 | <&McMartin> | No sleazier than ANSI arrowkey codes |
22:22 | <@ErikMesoy> | I wouldn't call it sleazy. At the moment I'm leaning more towards anachronistic. |
22:25 | <@ErikMesoy> | It's... a neat clever trick, I guess, visually speaking, but it also seems like a horrible stupid step backwards, in that dice bots rolling immediately and not needing time for the dice to settle was a *feature*. |
22:26 | <&McMartin> | Instant results have no suspense |
22:27 | <@ErikMesoy> | Flickering edits in a text message do not exactly strike me as suspending |
22:36 | <&ToxicFrog> | Oh for fuck's sake C++ |
22:37 | <&ToxicFrog> | My girlfriend has just revealed to me that std::endl is not, as I had previously believed, "a platform-appropriate end of line string" |
22:37 | <&ToxicFrog> | It's LF followed by immediately flushing the stream |
22:39 | <&McMartin> | In C++, as in C, "platform-appropriate" is always \n |
22:39 | <&McMartin> | And to get a platform-appropriate result out of it, you have the stream in text mode |
22:40 | <&McMartin> | That reminds me |
22:40 | <&McMartin> | I need to submit a patch to one of the utilities I occasionally use, because it dumps binaries to stdout and thinks that will work on systems where Unicode 10 is not the linefeed |
22:41 | <&McMartin> | And there is one particular platform where it isn't that it would be nice to work on |
22:41 | <&McMartin> | Fortunately, that platform has a library call to change an open file handle's text/binary mode while open. |
22:41 | <&McMartin> | ... because the C and C++ stdlibs do not -_- |
23:02 | | Derakon[AFK] is now known as Derakon |
23:22 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:44 | | Degi_ [Degi@Nightstar-l69c76.dyn.telefonica.de] has quit [Connection reset by peer] |
23:58 | | celmin|sleep is now known as celticminstrel |
--- Log closed Fri Nov 02 00:00:58 2018 |