Shaare your links...
1910 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 7
139 results for tags reading x
  • MaiZure's Projects - Just another place to dispose of personal programming projects
    Found http://www.maizure.org/projects/decoded-gnu-coreutils/index.html via https://www.gnu.org/software/coreutils/#source
    Recommended reading: http://www.maizure.org/projects/printf/index.html
    Thu Jul 28 12:18:44 2022 - permalink -
    - http://www.maizure.org/projects/index.html
    C GNU mathematics programming reading
  • GNU Privacy Guard is very powerful software with a terrible interface.
    This document attempts to give you the tools needed to answer questions and explain the mysteries of gpg and PGP so that you too can take advantage of this tool and stop making excuses.
    Found on https://rgoulter.com/blog/posts/programming/2022-06-10-a-visual-explanation-of-gpg-subkeys.html
    See also https://github.com/dmshaw/paperkey and https://github.com/jonathancross/jc-docs
    Fri Jul 1 11:31:54 2022 - permalink -
    - https://gpg.wtf/
    cryptography GNU gpg reading security TODO
  • Kallocain - Wikipedia
    https://en.wikipedia.org/wiki/Aniara
    Both found on Sandra Snan's blog https://idiomdrottning.org/genre-vs-literature
    Thu Jun 23 18:29:31 2022 - permalink -
    - https://en.wikipedia.org/wiki/Kallocain
    blog book reading science-fiction
  • Algorand: A Better Distributed Ledger, with Silvio Micali
    Found on http://www.pfarrell.com/
    Sun Jun 19 22:57:11 2022 - permalink -
    - https://m.youtube.com/watch?v=_nQE_HAGlmM
    cryptography reading TODO
  • Knowledge/Quick_Review_of_RPi_Zero_2_W.md at master · ThomasKaiser/Knowledge · GitHub
    Interesting review of the Raspberry π 2 W, found via a link on Jamie Zawinsky's blog
    https://www.jwz.org/blog/2018/12/advanced-linux-sound-architecture/#comment-195132
    See also the https://ownyourbits.com/2019/02/02/whats-wrong-with-the-raspberry-pi/
    Mon May 30 11:51:32 2022 - permalink -
    - https://github.com/ThomasKaiser/Knowledge/blob/master/articles/Quick_Review_of_RPi_Zero_2_W.md
    hardware pi raspberry reading review software π
  • The Communicative Value of Using Git Well – Math ∩ Programming
    Blog article describing the author's way of using git and some comparison to mercurial.
    Mentions John Wigley's book https://jwiegley.github.io/git-from-the-bottom-up/
    Thu Mar 17 10:42:41 2022 - permalink -
    - https://jeremykun.com/2020/01/14/the-communicative-value-of-using-git-well/
    blog git reading TODO version-control
  • Spencer Usenix 1992 paper [TUHS]
    The paper
    https://www.usenix.org/legacy/publications/library/proceedings/sa92/spencer.pdf
    sounds like it is worth reading.
    Tue Mar 1 16:15:39 2022 - permalink -
    - https://minnie.tuhs.org/pipermail/tuhs/2022-March/025504.html
    C programming reading TODO Unix
  • The Tall Tower | Project Hieroglyph
    The tower project began when Neal Stephenson started asking a simple question: how tall can we build something? As he started working with structural engineer Keith Hjelmstad, it turned out that this question has some surprising answers. To learn more about the project or get involved, check out the https://hieroglyph.asu.edu/?gpages=tower-project.

    Found via https://100r.co/site/uxn.html
    Thu Feb 24 18:48:05 2022 - permalink -
    - https://hieroglyph.asu.edu/project/the-tall-tower/
    reading science-fiction Stephenson
  • Plan 9 Desktop Guide
    Thu Dec 30 00:22:11 2021 - permalink -
    - https://pspodcasting.net/dan/blog/2019/plan9_desktop.html
    blog plan9 reading
  • 9front on an SDF VPS
    Instructions for installing 9front on an SDF VPS. Found on https://9p.sdf.org/
    Sun Oct 17 20:19:46 2021 - permalink -
    - https://wiki.sdf.org/doku.php?id=vps_-_9front
    plan9 reading wiki
  • Phil's PDP10 Miscellany Page
    Lots of information about pdp-10, operating systems and other computers from the same age.
    Thu Oct 14 10:59:41 2021 - permalink -
    - http://www.regressive.org/phil/pdp10/
    computer DEC history pdp-10 reading
  • A few comments on ‘age’ – Neil Madden
    Critical review of some of the design choices made in the cryptographic tool 'age'.
    There are other interesting articles, such as the three-part series
    https://neilmadden.blog/2018/11/14/public-key-authenticated-encryption-and-why-you-want-it-part-i/
    https://neilmadden.blog/2018/11/26/public-key-authenticated-encryption-and-why-you-want-it-part-ii/
    https://neilmadden.blog/2018/12/14/public-key-authenticated-encryption-and-why-you-want-it-part-iii/
    and
    https://neilmadden.blog/2016/09/13/critical-thinking-for-software-engineers
    Tue Oct 12 18:09:43 2021 - permalink -
    - https://neilmadden.blog/2019/12/30/a-few-comments-on-age/
    blog cryptography reading security TODO
  • (Almost) text-only websites
    This is a directory of websites that primarily stick with simple, marked up, hyperlinked text.
    There is a movement, sometimes called "small web" for simpler web sites. This includes alternative protocols such as Gopher and Gemini.
    I need to come up with a suitable tag, since I have bookmarked a number of such sites. See also "tilde" for a related wish for simplicity. I will use indieweb for now.
    Mon Aug 30 10:42:37 2021 - permalink -
    - https://sjmulder.nl/en/textonly.html
    Gemini gopher indieweb reading web
  • THE DECSYSTEM-20 AT COLUMBIA UNIVERSITY (1977-1988)
    A nontechnical reminiscence written in 1988 (on the occasion of unplugging Columbia University's last DECSYSTEM-20) for a Digital Press book that was to commemorate DEC's 36-bit machines with a series of articles, but was never published.
    Sun Aug 1 18:42:55 2021 - permalink -
    - http://www.columbia.edu/kermit/dec20.html
    computer DEC history operating-system reading TUHS
  • PDP-11 C stack operation - Computer History Wiki
    Detailed description of the stack layout, use of R5 as frame pointer by the (V6) Unix C compiler on the pdp-11.
    Tue Jun 29 17:36:50 2021 - permalink -
    - https://gunkies.org/wiki/PDP-11_C_stack_operation
    C compiler computer history reading Unix
  • The Multics MACLISP Compiler
    Found in https://minnie.tuhs.org/pipermail/tuhs/2018-February/014546.html
    Mon Jun 28 01:10:37 2021 - permalink -
    - https://multicians.org/lcp.html
    compiler computer history lisp reading TUHS
  • The Open-Source Software bubble that is and the blogging bubble that was – Baldur Bjarnason
    Thoughts about the unsustainability of FOSS.
    Tue Jun 22 14:52:40 2021 - permalink -
    - https://www.baldurbjarnason.com/2021/the-oss-bubble-and-the-blogging-bubble/
    blog FOSS politics reading web
  • Computer Keyboards
    These pages are primarily concerned with keyboard layouts, that is, the arrangement of keys on a computer keyboard, and it looks at them from a historical viewpoint, going back to the keyboards found on some quite early computers.
    Thu Jun 10 13:23:23 2021 - permalink -
    - http://www.quadibloc.com/comp/kybint.htm
    keyboard reading
  • XKB Configuration Guide
    This document describes how to configure Xorg XKB from a user's point of view. It covers basic configuration syntax and gives also a few examples.
    See also the "X Keyboard Configuration Database" https://www.freedesktop.org/wiki/Software/XKeyboardConfig and
    "Custom Keyboard in Linux/X11" http://people.uleth.ca/~daniel.odonnell/Blog/custom-keyboard-in-linuxx11 on Daniel Paul O'Donnell's blog.
    Sat May 22 21:14:11 2021 - permalink -
    - https://www.x.org/releases/X11R7.6/doc/xorg-docs/input/XKB-Config.html
    key-binding reading X11
  • AEZ is an authenticated-encryption (AE) scheme optimized for ease of correct use (“AE made EZ”).
    Found on https://www.metzdowd.com/pipermail/cryptography/2021-April/036859.html
    "The really important thing is the theory paper, https://www.cs.ucdavis.edu/~rogaway/aez/rae.pdf, which is brilliant and anyone who wants to look at block cipher theory should read and understand it."
    Tue Apr 13 13:28:03 2021 - permalink -
    - https://www.cs.ucdavis.edu/~rogaway/aez/index.html
    cryptography reading TODO
Links per page: 20 50 100
◄Older
page 1 / 7
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.