Shaare your links...
2408 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 15 / 121
Newer►
  • DCF77 clock
    Found via https://www.raspberrypi.com/news/hackspace-magazine-meets-veeb-projects/
    See also https://www.veeb.ch/projects
    Fri Feb 9 20:02:25 2024 - permalink -
    - https://github.com/veebch/clock
    electronics hardware pi raspberry software time π
  • 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
  • Enchive : encrypted personal archives, by Chris Wellons (https://nullprogram.com/)
    Enchive is a tool to encrypt files to yourself for long-term archival. It's a focused, simple alternative to more complex solutions such as GnuPG or encrypted filesystems. Enchive has no external dependencies and is trivial to build for local use. Portability is emphasized over performance.

    Supported platforms: Linux, BSD, macOS, Windows

    The name is a portmanteau of "encrypt" and "archive," pronounced en'kīv.

    Files are secured with ChaCha20, Curve25519, and HMAC-SHA256.

    Key pairs can be derived from a pass phrase.  See https://github.com/skeeto/passphrase2pgp for a tool to generate gpg key pairs in a similar way.
    Thu Feb 8 02:14:00 2024 - permalink -
    - https://github.com/skeeto/enchive
    C cryptography FOSS lic:unlicense tool
  • 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
  • GitHub - tfeb/tfeb-lisp-tools: TFEB.ORG Lisp tools
    Found on Tim Bradshaw's home page https://www.tfeb.org/
    require-module sounds interesting.
    Tue Feb 6 12:45:07 2024 - permalink -
    - https://github.com/tfeb/tfeb-lisp-tools?tab=readme-ov-file#user-content-fn-1-2cb759faf08c2f1233cb3e0fe9ccfac7
    common-lisp FOSS lisp MIT tool
  • Neo6502 - Open Source Hardware Board
    Neo6502 is small computer with USB keyboard host and HDMI/DVI output.
    Found on https://fosdem.org/2024/schedule/event/fosdem-2024-2093-neo6502-in-the-matrix-open-source-hardware-and-software-modern-retro-computer-with-software-defined-architecture/
    Mon Feb 5 15:40:13 2024 - permalink -
    - https://www.olimex.com/Products/Retro-Computers/Neo6502/open-source-hardware
    6502 computer hardware history pi raspberry π
  • Rclone and Go
    rclone is a command line program to sync your data to and from cloud providers. See also https://www.craig-wood.com/nick/articles/pi-chudnovsky/for Python programs to calculate π, which I found via a link on https://www.angio.net/pi/pi-programs.html
    Thu Feb 1 19:20:14 2024 - permalink -
    - https://www.craig-wood.com/nick/articles/rclone-and-go-2018/
    Go pi Python software TODO π
  • The Pi-Search Page
    Website to search for patterns in the first 2e8 decimal digits of π.
    Thu Feb 1 19:11:29 2024 - permalink -
    - https://www.angio.net/pi/
    mathematics on-line pi tool π
  • Quentin's posts about retro-computing
    Most of them are about TOPS-10, found on the PiDP-10 Google group.
    Tue Jan 30 19:45:17 2024 - permalink -
    - https://www.quentin.org.uk/category/retro-computing/
    blog computer history pdp-10
  • 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
  • The Critical Engineering Manifesto
    Found on https://www.miskatonic.org/2014/06/12/julian-oliver/
    https://criticalengineering.org/projects/unintended-emissions/
    Fri Jan 19 11:47:47 2024 - permalink -
    - https://criticalengineering.org/
    engineering politics privacy science
  • GitHub - wdenton/conforguration: Configure things with Org.
    Use the power of Org to manage accounts and install software the way the author likes.
    Thu Jan 18 15:19:06 2024 - permalink -
    - https://github.com/wdenton/conforguration
    emacs git Linux tool
  • William Denton's blog
    https://www.miskatonic.org/2023/11/05/fd/ fd, a modern replacement for Unix find(1). Refers to a list of replacements (improvements) for several Unix tools on
    https://github.com/ibraheemdev/modern-unix
    See also https://www.miskatonic.org/2023/02/21/commands/ for a one-line pipeline to calculate frequencies of unix commands,
    https://www.miskatonic.org/2022/02/12/pihole/ for π-hole
    https://www.miskatonic.org/2021/09/26/launcher/ custom GNOME launcher
    https://www.miskatonic.org/2020/08/25/firefox-and-emacs-again/ release race between Firefox and Emacs
    https://www.miskatonic.org/2020/05/28/emacs-refactoring/  Emacs refactoring - maintaining Emacs configuration
    https://www.miskatonic.org/2020/05/24/backups/ Backups and encrypting disks in Linux
    https://www.miskatonic.org/2019/07/05/sshfs-phone/ Mount an Android phone on Linux/Unix with sshfs
    https://www.miskatonic.org/2017/08/21/lineageos/ LineageOS update
    Thu Jan 18 13:17:50 2024 - permalink -
    - https://www.miskatonic.org
    blog pi raspberry software TODO Unix π
  • Basic citations in Org (Part 1) | William Denton
    Found on Sacha Chua's blog https://sachachua.com/blog/2024/01/2024-01-15-emacs-news/ and https://sachachua.com/blog/2024/01/2024-01-29-emacs-news/
    See also parts
    2 https://www.miskatonic.org/2024/01/10/org-citations-basic-2/
    3 https://www.miskatonic.org/2024/01/15/org-citations-basic-3/
    4 https://www.miskatonic.org/2024/01/17/org-citations-basic-4/
    5 https://www.miskatonic.org/2024/01/22/org-citations-basic-5/
    and
    https://www.miskatonic.org/2017/01/09/recent-emacs-changes/ where org-bullets is demonstrated
    https://www.miskatonic.org/2016/08/25/image-display-size-in-org/ demonstrating image scaling in org-mode

    Jonathan A. Rees has an interesting article about the meaning of "citation" https://odontomachus.wordpress.com/2015/01/14/cite-citation/
    Thu Jan 18 12:49:25 2024 - permalink -
    - https://www.miskatonic.org/2024/01/08/org-citations-basic/
    emacs org-mode TODO
  • org-cite-sidecar - MELPA
    Sidecar to show references in Org Mode.
    Found on https://sachachua.com/blog/2024/01/2024-01-15-emacs-news/
    Thu Jan 18 10:30:43 2024 - permalink -
    - https://melpa.org/#/org-cite-sidecar
    emacs org-mode
  • Sacha Chua's blog - Org Mode custom link: copy to clipboard
    https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/ Might be interesting.
    So is https://sachachua.com/blog/2024/10/thinking-about-12-aspects-of-personal-information-knowledge-management/
    Thu Jan 18 10:19:56 2024 - permalink -
    - https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/
    emacs org-mode software TODO
Links per page: 20 50 100
◄Older
page 15 / 121
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.