Shaare your links...
2364 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 42 / 119
Newer►
  • triggerhappy global hotkey daemon
    Triggerhappy is a hotkey daemon that operates on a system wide scale. It watches all configured input devices for key, switch or button events and can launch arbitrary commands specified by the administrator. In contrast to hotkey services provided by desktop environments, Triggerhappy is especially suited to hardware related switches like volume or wifi control; it works independently from a specific user being logged in and is also suitable for embedded systems that do not a graphical user interface.
    The source can be found on https://github.com/wertarbyte/triggerhappy
    Fri Nov 13 15:43:14 2020 - permalink -
    - http://manpages.ubuntu.com/manpages/bionic/man1/thd.1.html
    keyboard Linux software
  • iSCSI Root Like a Data Center
    Detailed description for using a network root filesystem on a Raspberry π. Has lots of details, for example I learned about the fatlabel program.
    Fri Nov 13 10:55:40 2020 - permalink -
    - https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=274553
    network pi raspberry software π
  • CV and articles of Vladimir Nikishkin
    Found via Scheme Planet, where he announced his SRFI to support everything needed for the exercises in SICP.
    Fri Nov 6 16:38:04 2020 - permalink -
    - https://lockywolf.net/
    blog emacs org-mode Scheme SICP
  • essay | snarfed.org - Ryan Barrett's blog
    Found via https://www.emacswiki.org/emacs/Git which links to https://snarfed.org/emacs-vc-git-tweaks
    The software page https://snarfed.org/software contains some interesting tools
    Thu Oct 22 11:06:02 2020 - permalink -
    - https://snarfed.org/tag/essay
    blog emacs git
  • Solarized CSS style for org-mode
    Solarized colorschemes for org-mode HTML exports. It is supposed to be used as a single stylesheet for HTML documents that uses regular HTML elements.
    Tue Oct 20 23:35:18 2020 - permalink -
    - http://thomasf.github.io/solarized-css/
    CSS HTML org-mode
  • Turing Pi 2 announcement - Turing Pi Cluster Board
    Up to 4 CM4 modules with lots of interfaces, found on
    https://www.raspberrypi.org/blog/raspberry-pi-compute-module-4/
    Tue Oct 20 15:35:03 2020 - permalink -
    - https://turingpi.com/turing-pi-2-announcement/
    hardware pi raspberry Turing π
  • Squares RNG
    Squares RNG is a counter-based version of Middle Square Weyl Sequence RNG.  Counter-based RNGs have no state and are well suited to parallel processing.  There is no need to maintain or initialize a state.  Squares is faster than Middle Square Weyl Sequence on an Intel Core i7-9700.  Processing speed is, of course, processor dependent and may vary on other processors.  If you are currently using Middle Square Weyl Sequence, you might consider Squares.  It produces data of equivalent quality and is easier to use since there is no state.

    This generator passes BigCrush and PractRand.
    Tue Oct 20 12:35:21 2020 - permalink -
    - https://squaresrng.wixsite.com/rand
    GPL number random software
  • PCG, A Family of Better Random Number Generators | PCG, A Better Random Number Generator
    PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict.
    Wed Oct 14 17:50:59 2020 - permalink -
    - https://www.pcg-random.org/index.html
    algorithm mathematics random
  • Pikchr: Documentation
    Pikchr (pronounced "picture") is a PIC-like markup language for diagrams in technical documentation. Pikchr is designed to be embedded in fenced code blocks of Markdown or similar mechanisms of other documentation markup languages.
    Pikchr source code is released under a zero-clause BSD license.
    Fri Oct 9 15:15:26 2020 - permalink -
    - https://pikchr.org/home/doc/trunk/homepage.md
    BSD FOSS graphical-programming pic software
  • [9fans] looking for schem, a pic processor
    A pic preprocessor in awk for drawing circuit diagrams.
    Fri Oct 9 11:47:56 2020 - permalink -
    - https://marc.info/?l=9fans&m=160217724115279&w=2
    awk graphical-programming plan9 software Unix
  • Eligis: OpenLisp, ISLISP, ISO Lisp
    A full and efficient ISO/IEC 13816:2007(E) ISLISP Implementation.
    Commercial software, can be used for free for non-commercial use.
    An emacs-like editor for DOS and Windows by the same author can be found on
    http://christian.jullien.free.fr/emacs/
    Mon Oct 5 15:05:36 2020 - permalink -
    - http://christian.jullien.free.fr/
    editor emacs ISLisp lisp software
  • rants.org – Karl Fogel's blog
    Blog of Karl Fogel, found via his page
    https://www.emacswiki.org/emacs/KarlFogel#kfogel
    on the Emacs wiki.
    Mon Oct 5 13:21:44 2020 - permalink -
    - https://www.rants.org/
    blog FOSS politics
  • Nikita Tonsky's blog
    Found via a link to https://tonsky.me/blog/disenchantment/
    on Brett Gilio's article
    https://brettgilio.com/posts/2020-07-27-intro-and-computing.html#fn.2

    Nikita's article about git is interesting, though a bit old. Note that Fossil implements a web- based GUI.
    Sat Oct 3 11:25:49 2020 - permalink -
    - https://tonsky.me/blog/reinventing-git-interface/
    blog git version-control
  • software forge
    This suite of open source tools is the software development platform you've been waiting for. We've taken the wisdom of the most successful open-source communities and turned it into a platform of efficient engineering tools.

    Absolutely no tracking or advertising
    All features work without JavaScript
    The fastest, most lightweight software forge
    100% free and open source software
    Sourcehut is currently (2020-09) available as a public alpha.
    Note that it includes a Plan9(front) continuous integration service
    https://sourcehut.org/blog/2020-05-11-sourcehut-plus-plan-9/

    Recommended by Brett Gilio
    https://brettgilio.com/posts/2020-10-01-why-self-host.html
    Sat Oct 3 00:41:51 2020 - permalink -
    - https://sourcehut.org/
    FOSS git mercurial plan9
  • Building a habitable computing environment
    Literate program containing configuration for shell, emacs and a number of other programs.
    Wed Sep 23 15:22:06 2020 - permalink -
    - http://tess.oconnor.cx/config/#mathematics
    emacs literate-programming org-mode
  • I've been writing ring buffers wrong all these years
    Blog article about different ways to implement ring buffers. Other interesting articles include
    The origins of XXX as FIXME
    https://www.snellman.net/blog/archive/2017-04-17-xxx-fixme/
    Numbers and tagged pointers in early Lisp implementations
    https://www.snellman.net/blog/archive/2017-09-04-lisp-numbers/
    Tue Sep 8 10:27:45 2020 - permalink -
    - https://www.snellman.net/blog/archive/2016-12-13-ring-buffers/
    blog history lisp programming
  • Rsync-based backup With Orgmode-Friendly Summary and Desktop Notifications
    Blog article describing an rsync-based backup system, with reasons why it was chosen over restic.
    Sun Sep 6 21:16:26 2020 - permalink -
    - https://karl-voit.at/2020/08/29/vkbackup/
    backup blog emacs Linux org-mode tool
  • Tasten mittels ScanCode umbelegen
    Changing keyboard mapping with
    HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ Keyboard Layout\Scancode Map
    Sat Sep 5 12:22:21 2020 - permalink -
    - http://www.winfaq.de/faq_html/Content/tip1500/onlinefaq.php?h=tip1575.htm
    german keyboard Windows
  • WASD mechanical keyboards
    See also
    https://www.keyboardco.com/
    https://www.realforce.co.jp/en/
    butI have yet to find one with Control where the standard keyboard has CapsLock.
    Tue Sep 1 22:34:06 2020 - permalink -
    - https://www.wasdkeyboards.com/wasd-v3-105-key-iso-custom-mechanical-keyboard.html
    computer hardware keyboard
  • Planet Emacslife
    Aggregation of blogs about Emacs.
    Tue Aug 25 11:26:19 2020 - permalink -
    - https://planet.emacslife.com/
    blog emacs
Links per page: 20 50 100
◄Older
page 42 / 119
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.