Shaare your links...
2370 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►
243 results for tags reading x
  • 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
  • X keyboard extension - ArchWiki
    Description of the  X keyboard extension (XKB), which defines the way keyboards codes are handled in X, and provides access to internal translation tables. It is the basic mechanism that allows using multiple keyboard layouts in X.
    Tue Feb 6 13:14:56 2024 - permalink -
    - https://wiki.archlinux.org/title/X_keyboard_extension
    key-binding reading TODO X11
  • The Original Hacker's Dictionary
    This file, jargon.txt, was maintained on MIT-AI for many years, before being published by Guy Steele and others as the Hacker's Dictionary. Many years after the original book went out of print, Eric Raymond picked it up, updated it and republished it as the New Hacker's Dictionary. Unfortunately, in the process, he essentially destroyed what held it together, in various ways: first, by changing its emphasis from Lisp-based to UNIX-based (blithely ignoring the distinctly anti-UNIX aspects of the LISP culture celebrated in the original); second, by watering down what was otherwise the fairly undiluted record of a single cultural group through this kind of mixing; and third, by adding in all sorts of terms which are "jargon" only in the sense that they're technical. This page, however, is pretty much the original, snarfed from MIT-AI around 1988. -- jpd.

    See also https://www.dourish.com/quotes.html and https://www.dourish.com/goodies/

    Found on https://mumble.net/
    Thu Jan 25 10:05:04 2024 - permalink -
    - https://www.dourish.com/goodies/jargon.html
    computer history reading
  • About - The Corporation
    Movie analyzing the corporation, found on Richard Kelsey's web page
    Thu Jan 25 10:01:14 2024 - permalink -
    - https://thecorporation.com/film/
    politics reading TODO
  • The Scheme 48 Module System
    Description of the module system of Scheme-48. Found on Jonathan Rees' page https://www.mumble.net/~jar/s48/index.html
    I am not sure yet whether Rees' critique [1] on the use of the term "module" applies here.
    [1] https://odontomachus.wordpress.com/?s=module
    Wed Jan 24 11:34:50 2024 - permalink -
    - https://scsh.net/docu/post/modules.html
    reading Scheme
  • Program Development by Stepwise Refinement, Niklaus Wirth
    Reprinted from Communications of the ACM, Vol. 14, No. 4, April 1971, pp. 221-227. Copyright © 1971, Association for Computing Machinery, Inc.
    This is a digitized copy derived from an ACM copyrighted work. It is not guaranteed to be an accurate copy of the author's original work.

    In fact, it contains a number of typographical errors which makes it hard to read.

    Found on Jonathan Rees' blog https://odontomachus.wordpress.com/2011/03/07/are-you-confused-yet-about-the-word-representation/
    Tue Jan 23 16:45:57 2024 - permalink -
    - http://sunnyday.mit.edu/16.355/wirth-refinement.html
    computer programming reading Wirth
  • Oxide Computer Company
    Was mentioned several times on the TUHS and/or COFF mailing lists, I found
    https://news.slashdot.org/story/23/07/29/192248/building-a-better-server-oxide-computer-ships-its-first-rack
    https://blog.jessfraz.com/post/born-in-a-garage/
    The book recommendations on https://blog.jessfraz.com/post/books/ look interesting

    See also https://hubris.oxide.computer/ for Hubris, a small open-source operating system for deeply-embedded computer systems written in Rust.
    Tue Jan 9 10:42:56 2024 - permalink -
    - https://oxide.computer/
    blog book computer FOSS hardware reading Rust software
  • Lisp vs Forth
    Henry Baker wrote a beautiful little paper (see
    https://www.plover.com/~mjd/misc/hbaker-archive/ForthStack.html) showing
    the mapping between Linear Lisp (a Lisp in which all variables are
    referenced once and only once) and a Forth-style "frameless stack".  There
    is also a discussion of Forth as a set of linear combinators: Manfred von
    Thun's Joy https://en.wikipedia.org/wiki/Joy_(programming_language) is a
    Forth-like using nested lists in which the stack is the top-level list.
    Wed Jan 3 02:14:16 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-January/029257.html
    Baker Forth lisp reading
  • Andrey Listopadov's blog
    Found via https://ochicken.net/projects/workspace/
    https://andreyor.st/posts/2022-02-22-new-look/ could be useful for my own blog, if I ever start it.
    Sat Nov 25 00:22:58 2023 - permalink -
    - https://andreyor.st/posts/2020-04-29-text-editors/
    blog emacs lisp programming reading Scheme TODO
  • A demo of the WebAuthn specification
    Found in c't 2023-10 (TBC).
    See also https://passkey.org/ which was mentioned in the same article.
    Fri Nov 17 15:59:56 2023 - permalink -
    - https://webauthn.io/
    computer reading security TODO
  • Animated knots
    Description of many different knots. Found via Paul Lutus' page https://arachnoid.com/rope_climbing_101/index.html
    Mon Nov 13 08:37:35 2023 - permalink -
    - https://www.animatedknots.com/alpine-butterfly-loop-knot
    knot reading
  • Riddles in the Sky
    A blog dedicated to observing, mostly classified, satellites.
    Found on https://hackaday.io/event/192573-satellite-hunting-hack-chat
    Fri Sep 15 13:29:48 2023 - permalink -
    - https://skyriddles.wordpress.com/
    blog radio reading satellite science space
  • ALS162 Time Signal SDR Receiver for GNU Radio
    See also the other presentations of this conference.
    Fri Sep 15 13:25:52 2023 - permalink -
    - https://events.gnuradio.org/event/21/contributions/415/
    GNU radio reading software time
  • Cleaning Up Git History - sulami's blog
    Found via https://sachachua.com/blog/2023/08/2023-08-14-emacs-news/
    See also https://blog.sulami.xyz/pages/frankenwm/
    Tue Aug 22 14:26:36 2023 - permalink -
    - https://blog.sulami.xyz/posts/cleaning-up-git-history/
    blog git reading X11
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.