Shaare your links...
2434 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 4 / 13
Newer►
257 results for tags reading x
  • A History of the ARPANET: The First Decade
    Appears to be an interesting read.
    Thu Aug 22 11:54:42 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-August/030591.html
    computer history network reading TODO
  • Spezielle Relativitätstheorie
    Mentioned on MP
    Tue Jul 23 00:03:12 2024 - permalink -
    - https://homepage.univie.ac.at/franz.embacher/SRT/
    german physics reading
  • List of literate programs
    I knew about Donald Knuth's  "TeX, the program" and David R. Hanson's "lcc, A Retargetable C Compiler: Design and Implementation", "C Interfaces and Implementations: Techniques for Creating Reusable Software", but not about "pbrt, Physically Based Rendering: From Theory to Implementation" by Matt Pharr, Wenzel Jakob, Greg Humphreys http://pbrt.org/ and "lguest, A lightweight x86 virtual machine monitor for Linux" by Rusty Russell https://swtch.com/lguest/
    Sat Jul 13 22:03:27 2024 - permalink -
    - http://kak.tx0.org/Notes
    literate-programming reading
  • jq, a lightweight and flexible command-line JSON processor
    jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
    Tue Jul 9 14:07:42 2024 - permalink -
    - https://jqlang.github.io/jq/
    FOSS JSON reading software tool
  • [TUHS] Anyone ever heard of teaching a case study of Initial Unix?
    Links to stories about the TENEX and TOPS-20 operating systems
    Thu Jul 4 15:38:30 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-July/030389.html
    computer history operating-system reading software TODO
  • Ideal OS: Rebooting the Desktop Operating System Experience
    Essay about disadvantages of desktop operating systems written in 2017. Found via Karl Voit's blog https://karl-voit.at/2024/06/22/rebooting-the-desktop/
    Some results are reported in https://joshondesign.com/2022/09/21/idealos_mark6, but it seems more like a (slow) prototype.
    Mon Jul 1 13:47:37 2024 - permalink -
    - https://joshondesign.com/2017/08/18/idealos_essay
    blog graphical-programming operating-system reading
  • OpenLDAP is a free implementation of the X.500 directory service standards.
    LDAP stands for Lightweight Directory Access Protocol. The lightweight part comes from the fact it does not implement ALL of the standard. X.500 is quite unwieldy, and much of it has been superseded (e.g. the OSI networking stack) or considered impractical (e.g. such as canonical per entry Distinguished Names) or undesirable (e.g. publishing directories of private entities like businesses).
    Found via a link on ... to https://wiki.gentoo.org/wiki/Project:Prefix
    Sun Jun 30 12:06:14 2024 - permalink -
    - https://wiki.gentoo.org/wiki/OpenLDAP_Server
    reading software TODO
  • AES-GCM and breaking it on nonce reuse | frereit's blog
    Mentioned on Bruce Schneier's blog https://www.schneier.com/blog/archives/2024/06/demo-of-aes-gcm-misuse-problems.html
    Tue Jun 18 15:55:41 2024 - permalink -
    - https://frereit.de/aes_gcm/
    cryptography on-line reading
  • Taste
    An example from Peter Seibel's blog, see also
    https://gigamonkeys.com/code-reading/
    https://gigamonkeys.com/knuth-dijkstra/
    Tue Jun 11 10:31:36 2024 - permalink -
    - https://gigamonkeys.com/taste/
    blog programming reading
  • LOCKSS Program - Lots Of Copies Keep Stuff Safe
    The LOCKSS Program at Stanford Libraries provides open-source technologies and services for high-confidence, resilient, secure digital preservation.
    Found on David Rosenthal's blog https://blog.dshr.org/2024/01/a-lesson-learned.htm
    Mon Jun 10 14:56:36 2024 - permalink -
    - https://www.lockss.org/
    backup FOSS reading software TODO
  • Healthline
    Information about diseases and their treatment.
    Mon May 20 16:53:24 2024 - permalink -
    - https://www.healthline.com/health/gerd
    reading science
  • The Language-theoretic approach (LangSec)
    The Language-theoretic approach (LangSec) regards the Internet insecurity epidemic as a consequence of ‘ad hoc’ programming of input handling at all layers of network stacks, and in other kinds of software stacks.  LangSec posits that the only path to trustworthy software that takes untrusted inputs is treating all valid or expected inputs as a formal language, and the respective input-handling routines as a ‘recognizer’ for that language.
    The recognition must be feasible, and the recognizer must match the language in required computation power.

    Found on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-May/029846.html
    Mon May 20 16:26:16 2024 - permalink -
    - https://langsec.org/
    computer reading security
  • Editors on early Unix
    Discussion about editors on early Unix systems. Johnny Billquist's nema sounds interesting.
    Thu May 9 11:42:06 2024 - permalink -
    - https://groups.google.com/g/pidp-11/c/ArLML4tVHeA
    editor emacs reading
  • Molly White
    Found on https://en.wikipedia.org/wiki/Substack and https://en.wikipedia.org/wiki/Molly_White_(writer)
    Fri Apr 19 14:51:37 2024 - permalink -
    - https://www.mollywhite.net/
    blog cryptography politics reading
  • The Decompilation Wiki
    Section of the program transformation wiki. Might be useful for fixing the week rollover bug in the Holux M-241.
    Fri Mar 8 17:48:21 2024 - permalink -
    - https://www.program-transformation.org/Transform/DeCompilation.html
    reading software TODO wiki
  • nfdn: Using Ediff in 2023
    Hints for using emacs' ediff mode to compare files.
    Mon Feb 26 13:36:39 2024 - permalink -
    - http://yummymelon.com/devnull/using-ediff-in-2023.html
    blog emacs reading tool
  • The Berkeley Software Distribution - by Bradford Morgan White
    The first article I bookmarked, "The Berkeley Software Distribution" appears to have a few errors, e.g. job control vs C-z suspend/resume
    Announced on https://www.tuhs.org/pipermail/tuhs/2024-February/029381.html

    See also https://www.abortretry.fail/p/work-at-the-mill, a history of Digital Equipment Corporation. Found via https://oylenshpeegul.gitlab.io/blog/posts/20250208/ on 2025-02-28
    Sun Feb 18 17:00:51 2024 - permalink -
    - https://www.abortretry.fail/p/the-berkley-software-distribution
    BSD computer history operating-system reading
  • Garmin Venu Square manual
    This section describes how to perform a reset.
    Wed Feb 14 08:12:08 2024 - permalink -
    - https://www8.garmin.com/manuals/webhelp/GUID-1C3C7630-B695-44C3-AF56-949C1D4889FB/EN-US/GUID-FE7137DB-B929-4BD6-B76F-EC5E27AD50B3.html
    hardware reading
  • How to Use Tags
    Karl Voit describes how he uses tags to organize information. The rules might be useful for my Shaarli bookmarks.
    Thu Feb 8 23:11:45 2024 - permalink -
    - https://karl-voit.at/2022/01/29/How-to-Use-Tags/
    reading TODO tool
  • This Page is Designed to Last - A Manifesto for Preserving Content on the Web
    Found on Karl Voit's blog https://karl-voit.at/2022/10/28/window-teleporting/
    Thu Feb 8 14:34:21 2024 - permalink -
    - https://jeffhuang.com/designed_to_last/
    reading web
Links per page: 20 50 100
◄Older
page 4 / 13
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.