logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: e48b3ac5474acf57dff3c1a382d11380980b9139
parent c42d2b590b0e6a93d3883f95346fedfb35f55da0
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:

Mbookmarks.shtml2++
Mbookmarks.xbel2++
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>