Shaare your links...
2431 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 6 / 24
Newer►
471 results for tags TODO x
  • A strongly defined, highly compatible specification of Markdown
    See https://spec.commonmark.org/ for the specification, http://code.commonmark.org/ for a reference implementation and validation test suite on GitHub.
    Tue Oct 18 08:19:46 2022 - permalink -
    - https://commonmark.org/
    software TODO tool
  • Gitea - Git with a cup of tea, a painless self-hosted Git service
    Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
    Try it once I have an interesting public repository.
    Sat Oct 15 11:59:55 2022 - permalink -
    - https://gitea.io/en-us/
    git go MIT software TODO tool
  • Oil shell
    Oil is a new Unix shell. It runs your existing shell scripts, and it's a new language for Python and JavaScript users who avoid shell!
    Found on https://swalla24.people.uic.edu/about/
    Mon Aug 29 19:01:41 2022 - permalink -
    - https://www.oilshell.org/
    shell TODO Unix
  • Home Assistant
    Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
    Found via Leonardo Robol's GitHub repository
    Sat Aug 20 09:55:10 2022 - permalink -
    - https://www.home-assistant.io/
    for:zsa Python TODO
  • 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://www.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://www.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/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://www.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
Links per page: 20 50 100
◄Older
page 6 / 24
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.