--- Log opened Sun Feb 17 00:00:52 2019 00:09 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 272 seconds] 00:35 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #secp256k1 04:20 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 04:21 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #secp256k1 07:06 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-bxnyakmpbzxurdft] has joined #secp256k1 11:32 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-bxnyakmpbzxurdft] has quit [Quit: Connection closed for inactivity] 21:12 < gmaxwell> https://lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf 21:14 < midnightmagic> wtf, how do I force chrome to let me connect 21:15 < gmaxwell> Use wget of course. 21:15 < gmaxwell> it's not like cert revocation actually works... so its easy to get around. 21:16 < midnightmagic> yeah but chrome is removing the decision entirely from my control? 21:16 < midnightmagic> fuck that 21:17 < gmaxwell> They import MISRA by reference, if anyone in here wants access to MISRA 2012, feel free to ask me privately. 21:17 < gmaxwell> (I think mostly they reference MISRA 2004, which IIRC is pretty easy to find online) 21:31 < midnightmagic> At least with firefox one can disable OCSP checking (and I guess bypass many other forms.) 21:31 * midnightmagic stabs chrome 21:32 < midnightmagic> oo I like this: "All code shall always be compiled with all compiler warnings enabled at the highest warning level available, with no errors or warnings resulting. " 21:32 < midnightmagic> gone are those days that's for sure. 21:37 < gmaxwell> well, that piece of advice isn't very compatible with compilers giving more agressive warnings. :) 21:37 < gmaxwell> I'd rather use compilers that can give more warnings than have a rule that you turn them all on and have none. 21:38 < gmaxwell> Certantly libsecp256k1 is totally clean w/ gcc -Wall -Wextra though I'm sure there are additional warnings you can turn on that would get triggered. 21:39 < gmaxwell> I like the MISRA approach generally, where you can break _any_ rule, but if you break it you're required to document why. 21:39 < gmaxwell> MISRA even has overlapping rules do to this... There is one that says NO GOTO. Then the next rule says GOTOs can only jump forward in the source file. --- Log closed Mon Feb 18 00:00:53 2019