--- Log opened Mon Dec 09 00:00:41 2019 |
00:30 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Connection closed] |
01:43 | | Degi [Degi@Nightstar-ekqdcu.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
01:44 | | Degi [Degi@Nightstar-urde8h.dyn.telefonica.de] has joined #code |
02:33 | | ErikMesoy [Bruker@Nightstar-j1vodf.bb.online.no] has quit [Operation timed out] |
02:46 | | ErikMesoy [Bruker@Nightstar-98ah5g.bb.online.no] has joined #code |
02:52 | | ErikMesoy [Bruker@Nightstar-98ah5g.bb.online.no] has quit [Ping timeout: 121 seconds] |
03:06 | | ErikMesoy [Bruker@Nightstar-98ah5g.bb.online.no] has joined #code |
04:41 | <&McMartin> | Which MSVS is this? I've updated the community edition at least a half a dozen times and it's never asked me for a reboot |
04:42 | <&McMartin> | Granted, I'm only reading it for the articles^W^W^W^W^Wactually updating the SDKs, which have globally unique version-specific pathnames |
05:19 | | Derakon is now known as Derakon[AFK] |
05:46 | | Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has joined #code |
05:46 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
06:32 | | celticminstrel [celticminst@Nightstar-2kik29.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:37 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
07:35 | <&McMartin> | https://www.dropbox.com/s/43p9mq1p8uyck65/uqm-0.7.1a-win32.zip?dl=0 |
07:35 | <&McMartin> | Experimental 0.7.1a win32 build. |
07:59 | <@TheWatcher> | McM: visual studio 2017 community. I did add the unity connnector, though, so I guess that might've done it, maybe... |
09:03 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
09:04 | | mode/#code [+o himi] by ChanServ |
09:45 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code |
10:03 | < catalyst> | one thing about aoc, it's teaching me a lot about the C++ standard library |
10:05 | <~Vorntastic> | I am surprised there's that much more for you to know |
10:05 | < catalyst> | I've not used most of it in anger |
10:06 | < catalyst> | I've reimplmented parts of it, the STL in particular |
10:06 | < catalyst> | specifically what I realised is that an fstream is an ifstream and so I can easily write a parser that is based on std::istream |
10:06 | < catalyst> | oops |
10:06 | < catalyst> | an fstream is an istream* |
10:07 | < catalyst> | since then you can have an overload for std::string that constructs a temporary std::istringstream to the same purpose |
10:07 | < catalyst> | and simplifies a lot of my reading code without needing the intermediate bits of scaffolding |
10:07 | < catalyst> | (and is probably faster and more space efficient) |
11:06 | <~Vorntastic> | This is indeed a thing |
11:09 | <~Vorntastic> | I expect it's common too, have a thing that reads a zip file and offers istringstreams and then you can use istream-targeted things to read the files within |
11:11 | | Kindamoody[zZz] is now known as Kindamoody |
11:26 | < catalyst> | I just found a legit use for a do-while loop! |
11:26 | < catalyst> | gosh this never happens |
11:44 | <~Vorntastic> | I've needed it a few times |
11:44 | <~Vorntastic> | And since my main language doesn't have it I have to work around it |
11:45 | <~Vorntastic> | And then I forget that I *do* have it in other languages |
11:50 | < catalyst> | oo I just learned something new |
11:50 | < catalyst> | input_sequence(word_t values...) is a valid way in C++ to have variadic parameters all of the same type |
11:51 | < catalyst> | ...I think |
11:51 | < catalyst> | maybe not |
11:55 | < catalyst> | oh, I needed std::initializer_list |
14:01 | <&ToxicFrog> | Vorntastic: I thought you were working mostly in Lua these days? |
14:03 | <~Vorntastic> | If you count only my big project |
14:04 | <&ToxicFrog> | Aah |
14:04 | <~Vorntastic> | If I'm just hacking at something it's Python all the |
14:04 | <~Vorntastic> | Time |
14:04 | <&ToxicFrog> | That's mostly what you burble about in here, so :P |
14:05 | <~Vorntastic> | :p |
14:05 | <~Vorntastic> | Python is also the language I've written the most code in, by line and project count, by like an order of magnitude |
14:37 | < catalyst> | I still find it wild that people write Lua outside of dedicated embedded systems |
14:58 | | Kindamoody is now known as Kindamoody|afk |
15:14 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:14 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
16:42 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
16:59 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
17:21 | | Kindamoody|afk is now known as Kindamoody |
17:27 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Client exited] |
17:28 | | Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
17:28 | | mode/#code [+o Kimo|autojoin] by ChanServ |
17:28 | | Kimo|autojoin is now known as Kindamoody |
18:06 | <&[R]> | " Our service is temporarily taken care of. Please try to access it again later. " |
18:06 | <&[R]> | That's... an interesting way to say "down" |
18:28 | <@Tamber> | "been... taken care of... capiche?" |
18:35 | | Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has quit [[NS] Quit: Connection closed for inactivity] |
18:42 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
18:45 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
18:45 | | mode/#code [+o himi] by ChanServ |
20:14 | | Derakon[AFK] is now known as Derakon |
21:19 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [[NS] Quit: Leaving] |
21:19 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
21:19 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
22:54 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:09 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
23:09 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:44 | <&McMartin> | I assume they were trying "we are doing repair work on our service" |
23:44 | <&McMartin> | *trying for |
--- Log closed Tue Dec 10 00:00:42 2019 |