--- Log opened Fri Feb 07 00:00:52 2020 |
00:01 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
00:01 | | mode/#code [+o macdjord|slep] by ChanServ |
00:04 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
00:22 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
00:46 | | Kindamoody is now known as Kindamoody[zZz] |
01:28 | | celmin|away is now known as celticminstrel |
01:30 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
01:30 | | mode/#code [+o macdjord] by ChanServ |
01:32 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
01:32 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
01:33 | | mode/#code [+o mac] by ChanServ |
01:35 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
03:42 | | Degi [Degi@Nightstar-qre18p.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
03:46 | | Degi [Degi@Nightstar-eqq8lq.dyn.telefonica.de] has joined #code |
05:15 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
05:18 | | celticminstrel [celticminst@Nightstar-0p84vo.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
05:21 | | Derakon is now known as Derakon[AFK] |
05:51 | | Vorntastic [uid293981@Nightstar-ks9.9ff.184.192.IP] has joined #code |
05:51 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
05:52 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [[NS] Quit: Deep inside, every housecat believes themself to be just a temporarily embarrassed tiger.] |
07:11 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
07:11 | | mode/#code [+o himi] by ChanServ |
09:16 | | Kindamoody[zZz] is now known as Kindamoody |
15:00 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:00 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:12 | <@gnolam> | And now: to implement support for hardware I have neither documentation for nor access to. This'll be fun. |
15:12 | <@gnolam> | In the Dwarf Fortress sense. |
15:13 | <&ToxicFrog> | No matter what they try to do with it, return ENOANO, no anode |
15:14 | <&ToxicFrog> | Or possibly EHWPOISON |
15:54 | | celticminstrel [celticminst@Nightstar-0p84vo.dsl.bell.ca] has joined #code |
15:54 | | mode/#code [+o celticminstrel] by ChanServ |
16:50 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
17:40 | | Derakon[AFK] is now known as Derakon |
18:40 | | Vorntastic [uid293981@Nightstar-ks9.9ff.184.192.IP] has quit [[NS] Quit: Connection closed for inactivity] |
18:45 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has joined #code |
18:45 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
19:30 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Connection reset by peer] |
19:39 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
21:30 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
21:56 | <&McMartin> | gnolam: Ugh |
21:57 | | * McMartin has been implementing to published standards for a month now and it feels similarly bad though without the handy excuse of "no access to hardware or documentation" |
21:57 | <&McMartin> | Though the documentation available to me feels worse than useless |
22:17 | <@gnolam> | The battle plan is to insert a shim layer between the existing solution and the driver, log every API call and so figure out how it works. |
22:18 | <@gnolam> | Unfortunately, this will have to be done in a literal production environment. |
22:18 | <@gnolam> | As in "a factory floor". |
22:18 | <@abudhabi_> | TIL that C# forbids fallthrough in switch statements. |
22:19 | <&McMartin> | I forget. Does it forbid it or does it have an explicit fallthrough keyword? |
22:20 | <@abudhabi_> | I have not explored that far. VS complained at me for leaving out break;. |
22:20 | <&McMartin> | Yeah |
22:20 | <@abudhabi_> | I guess it makes sense. Prevents silly errors like the demon lord bug in Nethack. |
22:23 | <~Vornicus> | There is an explicit "fallthrough" which is, iirc, a goto |
22:24 | <&McMartin> | You know what is also a goto |
22:24 | <&McMartin> | switch |
22:24 | <&McMartin> | I dunno if Duff's Device can be made to work in C# but I bet it's not a good idea~ |
22:24 | <~Vornicus> | Definitely not |
22:25 | <&McMartin> | gnolam: (1) argh but (2) that sounds like a good plan and I endorse it |
22:25 | <&McMartin> | Even if it is not the best possible plan I think it gets useful results the fastest |
22:25 | <&McMartin> | And possibly faster than "attempt to make sense of the terrible documentation" |
22:26 | <&McMartin> | Assuming you had it |
22:28 | <@gnolam> | There is zero documentation. |
22:30 | <~Vornicus> | mmm, i don't know where i got my bit about goto |
22:30 | <@gnolam> | I will do my best GIR impression as I hit various buttons and go "What's this do!?" "What's that do!?". |
22:53 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
23:40 | <&McMartin> | If you see a squirrel, stay on task! |
--- Log closed Sat Feb 08 00:00:54 2020 |