commit: 8531c3ccff2e8437b6b9058f7b1db7d0e2aa34eb
parent daa2ebca72e2c4cb65261a91a9fd8a32ed792b47
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 26 Nov 2020 07:23:05 +0100
bookmarks: Add Go syscall-libc and how the libc depends on C articles
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/bookmarks.shtml b/bookmarks.shtml
@@ -258,6 +258,8 @@
 				<li><a rel="external noreferrer" href="https://blog.xkcd.com/2007/08/14/mirrorboard-a-one-handed-keyboard-layout-for-the-lazy/">Mirrorboard: A one-handed keyboard layout</a></li>
 				<li><a rel="external noreferrer" href="https://www.ffdn.org/">Fédération FDN</a>: Federation of Non-Profit Internet Service Providers</li>
 				<li><a rel="external noreferrer" href="https://www.jwz.org/doc/cadt.html">The CADT Model</a>: The "Cascade of Attention-Deficit Teenagers" model, or "CADT" for short</li>
+				<li><a rel="external noreferrer" href="https://utcc.utoronto.ca/~cks/space/blog/programming/GoCLibraryAPIIssues">Some reasons for Go to not make system calls through the standard C library</a></li>
+				<li><a rel="external noreferrer" href="https://utcc.utoronto.ca/~cks/space/blog/unix/CLibraryAPIRequiresC">The Unix C library API can only be reliably used from C</a></li>
 			</ul>
 		</section>
 <!--#include file="/templates/en/footer.shtml" -->
diff --git a/bookmarks.xbel b/bookmarks.xbel
@@ -268,4 +268,6 @@
 		<title>The CADT Model</title>
 		<desc>The "Cascade of Attention-Deficit Teenagers" model, or "CADT" for short</desc>
 	</bookmark>
+	<bookmark href="https://utcc.utoronto.ca/~cks/space/blog/programming/GoCLibraryAPIIssues"><title>Some reasons for Go to not make system calls through the standard C library</title></bookmark>
+	<bookmark href="https://utcc.utoronto.ca/~cks/space/blog/unix/CLibraryAPIRequiresC"><title>The Unix C library API can only be reliably used from C</title></bookmark>
 </xbel>