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 / 19
362 results for tags TODO x
  • EXWM (Emacs X Window Manager)
    full-featured tiling X window manager for Emacs built on top of XELB. It features:

    Fully keyboard-driven operations
    Hybrid layout modes (tiling & stacking)
    Dynamic workspace support
    ICCCM/EWMH compliance
    (Optional) RandR (multi-monitor) support
    (Optional) Builtin system tray
    (Optional) Builtin input method
    Found on https://news.ycombinator.com/item?id=22457846, where I read the intriguing comment "I have been using it exclusively on my machines for the past three years. By far the best computing environment I have used." from Vladimir Sedach.
    Fri Aug 5 23:54:57 2022 - permalink -
    - https://github.com/ch11ng/exwm
    emacs key-binding TODO X11
  • Cobble is a primitive source code control system, targeted at tarball (or part* "shar" archives)
    Found via https://minnie.tuhs.org/pipermail/tuhs/2022-July/026117.html
    https://stromberg.dnsalias.org/~dstromberg/table.html looks interesting too.
    Wed Jul 6 11:33:48 2022 - permalink -
    - https://stromberg.dnsalias.org/~strombrg/cobble.html
    TODO tool version-control
  • 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
  • Emacs, Hugo, GitLab and this Blog | macOS & (open-source) Software
    Found on Sacha Chua's blog https://sachachua.com/blog/2022/06/2022-06-27-emacs-news/
    Wed Jun 29 11:36:51 2022 - permalink -
    - https://macowners.club/posts/emacs-hugo-gitlab-blog/
    blog emacs git org-mode TODO tool
  • Configure Magit Forges for self-hosted Gitlab
    Magit is the Emacs package for managing git repositories.
    Forges is a Magit extention for extended features for topics management (issues, pull requests, merge requests, notifications)
    This article describes how Magit/Forges can be set up to work with GitLab.
    Wed Jun 29 10:52:13 2022 - permalink -
    - https://ctprods.cyprientaque.com/blog/configure-magit-forges-for-self-hosted-gitlab-instance
    blog emacs git TODO tool
  • qorg11.net - Org-mode as a Static Site Generator
    This looks much simpler than the other examples I have seen so far. I am not sure whether the blog is also generated from .org files.
    Some interesting articles:
    https://qorg11.net/tech_posts/freebsd_as_desktop.html
    https://qorg11.net/openbsd.xhtml
    Wed Jun 22 15:22:05 2022 - permalink -
    - https://qorg11.net/tech_posts/org_mode_as_ssg.xhtml
    blog org-mode TODO web
  • [TUHS] forgotten versions
    ssh unix50 at unix50.org
    Wed Jun 22 13:25:32 2022 - permalink -
    - https://minnie.tuhs.org/pipermail/tuhs/2022-June/025964.html
    computer history operating-system TODO Unix
  • 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
  • Codeberg is a collaboration platform and git hosting for free and open source software, content and projects.
    Found on https://jao.io/blog/2020-12-29-whats-not-to-like.html. Unlike GitHub and GitLab, it is not run by a corporation.
    https://docs.codeberg.org/collaborating/citable-code/ sounds interesting.
    Sat Jun 18 19:18:26 2022 - permalink -
    - https://codeberg.org
    git on-line TODO tool
  • RTC Calibration program - SwissMicros Calculator Forum
    Program to determine the calibration value needed to correct for the frequency error of dm42s' RTC.
    Mon Jun 13 15:58:37 2022 - permalink -
    - https://forum.swissmicros.com/viewtopic.php?f=19&t=2212
    calculator Hewlett Packard time TODO tool
  • Re: [DNG] fdisk SD card partitioning question
    The best way to use SD-Cards in Linux only environments is to format them with f2fs file system. f2fs was developed by Samsung with internal behavior of embedded MMC memory devices in mind. Which is pretty the same like an SD-Card. With f2fs you also have
    uid/gid as usual and it will help to improve the endurance and
    performance of an SD-Card.
    Mon Jun 13 11:15:01 2022 - permalink -
    - https://lists.dyne.org/lurker/message/20220613.073432.09700b83.en.html
    f2fs filesystem Linux TODO
  • SCCS - The POSIX standard Source Code Control System.
    An open source implementation of SCCS, found via https://minnie.tuhs.org/pipermail/tuhs/2022-June/025898.html
    The comparison to RCS on http://sccs.sourceforge.net/sccs_vs_rcs.html appears to be one-sided, but then I am probably biased towards RCS, which was the first version control software I have used.
    http://sccs.sourceforge.net/sccs_invention.html sounds like an interesting read.
    The last message on the mailing list https://sourceforge.net/p/sccs/mailman/sccs-devel/?viewmonth=201510 I found had been written 2015-10.
    According to https://de.wikipedia.org/wiki/J%C3%B6rg_Schilling, the author Jörg Schilling passed away on 2021-10-10.
    TODO: find out the license
    Fri Jun 10 13:29:39 2022 - permalink -
    - http://sccs.sourceforge.net/
    FOSS SCCS software TODO version-control
  • EFF's New Wordlists for Random Passphrases | Electronic Frontier Foundation
    Improved word lists for dice-generated passphrases, found via https://michael.kjorling.se/password-tips/
    Thu Jun 9 13:55:16 2022 - permalink -
    - https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases
    security TODO tool
  • tym - Time rsYnc Machine
    A backup utility based on rsync with the approach popularized by the Time Machine of Apple. Found on the Wikipedia entry for rsync https://en.wikipedia.org/wiki/Rsync
    See also the following links for rsync-based backup tools
    https://rsnapshot.org/ written in Perl.
    http://www.lbackup.org/
    Mon May 30 11:11:33 2022 - permalink -
    - http://dragoman.org/tym/
    backup rsync shell TODO
  • DuckDuckGo Privacy Browser - Apps on Google Play
    Web browser presumably protecting users' privacy better than Chrome or Firefox.
    Found via https://arstechnica.com/gadgets/2022/04/duckduckgo-announces-a-new-privacy-focused-mac-web-browser/ and https://www.jwz.org/blog/2022/04/contra-chrome/#comment-234265
    Tue May 24 14:10:07 2022 - permalink -
    - https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android&hl=en_US&gl=US
    Android browser privacy TODO
  • Comments and org-static-blog
    Another blog using https://github.com/bastibe/org-static-blog
    Tue May 10 23:21:30 2022 - permalink -
    - https://magnus.therning.org/2022-05-09-comments-and-org-static-blog.html
    blog emacs org-mode TODO
  • Iris - A ISLisp Implementation
    ISLisp in JS/Go: Standards-compliant Lisp smaller than Common-Lisp.
    Note that the on-line JavaScript version does not handle #x prefixes correctly.
    Integers are also limited to 31 bit:
    (expt 2 31) => -2147483648
    in contradiction to https://islisp-dev.github.io/ISLispHyperDraft/islisp-v23.html#integer_class
    Fri Apr 22 15:42:24 2022 - permalink -
    - https://islisp.js.org/
    Go JavaScript lisp on-line software TODO
  • Joris van der Hoeven
    Found on Fredrik Johansson's blog https://fredrikj.net/blog/2022/04/arb-is-10/
    What are transseries?
    Sat Apr 16 22:12:53 2022 - permalink -
    - http://www.texmacs.org/joris/main/joris.html
    algorithm mathematics TODO
  • Encrypting sensitive and personal data
    Available for Linux, OS X and Windows. More details can be found on https://www.primx.eu/en/encryption-software/zed-en/
    ALGORITHMS: AES (128 to 256 bits) and RSA (1024 to 4096 bits).
    TECHNOLOGIES: PKCS#1, PKCS#5, PKCS#11, X509, Microsoft CSP, LDAP technologies, PKIx compatible.
     PKCS#1 RSA Cryptography Standard https://en.wikipedia.org/wiki/PKCS_1
     PKCS#5 Password-based Encryption Standard https://en.wikipedia.org/wiki/PBKDF2
     PKCS#11 Cryptographic Token Interface https://en.wikipedia.org/wiki/PKCS_11
     X509 https://en.wikipedia.org/wiki/X.509 (ITU) standard defining the format of public key certificates.
     Does CSP stand for https://en.wikipedia.org/wiki/Credential_service_provider , Cloud service provide https://mymatetech.net/what-is-microsoft-csp-ab5b80519e79 or something else?
     LDAP https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
     Does PKIx stand for https://en.wikipedia.org/wiki/X.509#PKIX_Working_Group ?

    SYSTEMS: Available for Windows 11 to Windows 7, Linux (various distributions) and Mac OS.
    LANGUAGES: Available in 7 languages.
    ZED! mobile app for iOS and Android.
    Wed Apr 6 17:01:32 2022 - permalink -
    - https://www.zedencrypt.com/
    cryptography security TODO
  • Unix on a Pi Pico
    Instructions for running Mini-Unix http://www.tavi.co.uk/unixhistory/mini-unix.html on an emulated pdp-11 using a Raspberry pi pico.
    Sat Mar 26 22:15:01 2022 - permalink -
    - https://groups.google.com/g/pidp-11/c/edwvsIjpaAM
    pdp-11 pi raspberry software TODO Unix π
Links per page: 20 50 100
◄Older
page 1 / 19
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.