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 5 / 24
Newer►
471 results for tags TODO x
  • GitHub - simonthum/git-sync: Safe and simple one-script git synchronization
    This script intends to sync near-automatically via git in "tracking" repositories where a nice history is not as crucial as having one.
    Found via a link on https://orgmode.org/worg/
    Wed Jul 19 14:31:29 2023 - permalink -
    - https://github.com/simonthum/git-sync
    git TODO tool version-control
  • lg library
    Can this function be used to run radioclk http://www.buzzard.me.uk/jonathan/radioclock.html from a GPI pin instead of DCD, DSR, CTS?
    Fri Jul 7 12:34:00 2023 - permalink -
    - http://abyz.me.uk/lg/lgpio.html#lgGpioSetAlertsFunc
    hardware Linux radio software time TODO
  • Sun Type 5 Keyboard on the PC
    Interface circuit to attach a Sun type 5 keyboard to a PC, using a 68HC11 microcontroller.
    Tue Jun 27 18:16:01 2023 - permalink -
    - http://www.buzzard.me.uk/jonathan/sunkbd.html
    electronics hardware keyboard Sun TODO
  • Simple Radio Clock for PC's
    Keep accurate time on a Linux machine based on radio time signals such as DCF77, MSF or WWVB. Found via https://packages.debian.org/stable/net/radioclk
    It uses the modem control input signals to monitor the signal from the radio receiver. For a Raspberry pi, where I want to use this, the articles
    "Raspberry Pi RTS / CTS Flow Control" https://ethertubes.com/raspberry-pi-rts-cts-flow-control/ and
    "Raspberry Pi 3 Hardware Flow Control"  http://www.deater.net/weave/vmwprod/hardware/pi-rts/ will be useful.
    Tue Jun 27 18:13:13 2023 - permalink -
    - http://www.buzzard.me.uk/jonathan/radioclock.html
    hardware Linux NTP pi raspberry software time TODO π
  • PAX Manual - documentation tool for Common Lisp programs
    "What if documentation really lived in the code?

    Docstrings are already there. If some narrative glued them together, we'd be able develop and explore the code along with the documentation due to their physical proximity.

    With the simplistic tools provided, one may emphasize the narrative as with Literate Programming, but documentation is generated from code, not vice versa, and there is no support for chunking.

    Code is first, code must look pretty, documentation is code."
    Tue Jun 20 11:39:17 2023 - permalink -
    - https://melisgl.github.io/mgl-pax-world/pax-manual.html#MGL-PAX:@INTRODUCTION%20MGL-PAX:SECTION
    common-lisp TODO tool
  • GitHub - magit/forge: Work with Git forges from the comfort of Magit
    Work with Git forges, such as Github and Gitlab, from the comfort of Magit and the rest of Emacs.
    Found on https://github.com/fstamour/local-gitlab which was mentioned on https://lisp-journey.gitlab.io/blog/i18n-in-my-lisp-web-app-with-djula-templates-and-gettext/
    Tue May 9 10:20:19 2023 - permalink -
    - https://github.com/magit/forge
    emacs FOSS git GPL software TODO version-control
  • These Years in Common Lisp: 2022 in review - Lisp journey
    Lots of links to interesting projects.
    https://www.reddit.com/r/Common_Lisp/comments/thspgt/securing_quicklisp_through_mitmproxy/
    https://github.com/clasp-developers/clasp/releases/tag/2.0.0
    Wed Apr 26 15:52:23 2023 - permalink -
    - https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2022-in-review/#implementations
    blog common-lisp lisp TODO
  • Note-taking strategy 2023 // voices in my head
    Article describing the methods used by the author to take notes.
    Mon Apr 24 15:58:35 2023 - permalink -
    - https://cpbotha.net/2023/04/11/note-taking-strategy-2023/
    blog org-mode reading TODO
  • SC4: Secure Communications in a Very Small Code Base
    SC4 is a secure communications system specifically designed for (relatively) easy auditability by way of a ruthless commitment to simplicity. SC4 provides the functional equivalent of PGP from the end-user's point of view, but implements it in two order of magnitude less code. The cryptographic core of SC4 is Daniel J. Bernstein's TweetNaCl library (<800 LOC). On top of this we have a variety of UI implementations ranging from 1000 to 5000 LOC. One of these has completed a formal audit to date.
    Fri Apr 21 17:16:05 2023 - permalink -
    - https://sc4.us/doc/sc4wp.html
    cryptography Garret security software TODO
  • SolderSmoke Daily News Serving the worldwide community of radio-electronic homebrewers. Providing blog support to the SolderSmoke podcast: http://soldersmoke.com
    Found via the Wikipedia page https://en.wikipedia.org/wiki/NE612
    Fri Apr 14 19:09:59 2023 - permalink -
    - https://soldersmoke.blogspot.com/
    electronics Hewlett Packard TODO Williams
  • Making Debian Livable
    Tue Apr 11 08:04:45 2023 - permalink -
    - https://661.org/articles/debian-livable.html
    key-binding Linux TODO
  • How My org-mode Blog Works
    The blog has also a number of articles about pdp-11.
    Sun Apr 9 01:19:13 2023 - permalink -
    - http://www.aaronsplace.co.uk/blog/2015-09-07-how-my-blog-works.html
    blog emacs org-mode pdp-11 TODO
  • Gold Code Sequences
    Information about m-sequences and Gold codes. The condition l ≠  0 (mod 4) is missing.
    The site has a lot of information about wireless communciation, e.g. http://www.wirelesscommunication.nl/reference/xtra/story.htm
    Thu Mar 16 16:51:34 2023 - permalink -
    - http://www.wirelesscommunication.nl/reference/chaptr05/cdma/codes/gold.htm
    electronics mathematics reading TODO
  • Example of org-tufte
    Org-tufte produces web pages in a style inspired by Edward Tufte, including sidenotes and nice-looking formulas.
    Includes a link to https://blog.tecosaur.com/tmio/2021-07-31-citations.html where tools to handle citations in org-mode are described.
    Tue Mar 14 13:24:33 2023 - permalink -
    - https://zilongli.org/code/org-tufte-example.html
    org-mode TODO Tufte
  • The why of version.lisp-expr
    Fe[nl]ix explains his approach to maintain a version number for Lisp systems.
    Tue Feb 21 08:56:29 2023 - permalink -
    - https://blog.cddr.org/posts/2012-06-05-the-why-of-version-dot-lisp-expr/
    blog common-lisp lisp TODO
  • Loom Communications - Simplifying My Blog
    This might be useful for my plans to create web pages based on org-mode. See also https://beta.loomcom.com/blog/do-i-want-to-do-this-anymore/ and https://beta.loomcom.com/blog/new-year-new-site/
    Tue Feb 14 10:21:04 2023 - permalink -
    - https://beta.loomcom.com/blog/simplifying-my-blog/
    blog org-mode TODO
  • A practical GNU epsilon tutorial
    Explanation of GNU epsilon https://www.gnu.org/software/epsilon/epsilon.html
    "The ε core language, an imperative first-order language, is called ε₀. It’s inconvenient for humans to use for serious problems, yet simple and potentially very efficient. Using ε₀ I’ve built ε₁, a higher-level language with a Lispy feel, but untyped — not dynamically typed like Lisp: untyped, like Forth and machine language."

    See also https://ageinghacker.net/blog/posts/33/ for make-gallery, a bash script to generate a HTML photo gallery.
    Fri Jan 27 14:46:14 2023 - permalink -
    - https://ageinghacker.net/blog/posts/17/
    blog lisp reading software TODO tool web
  • DIY Wiki
    Found via http://www.bobeager.uk/humour.html
    the link to the expanding foam story is incorrect
    Sun Jan 8 23:37:07 2023 - permalink -
    - http://wiki.diyfaq.org.uk/index.php/Main_Page
    for:bru TODO wiki
  • Laconic - smart watch running JavaScript
    The https://www.espruino.com/Bangle.js2  is an inexpensive smartwatch with an ARM processor, 256K of RAM, 9MB of flash memory, a touch screen, GPS, a vibration motor, and a heart rate monitor and other sensors. Apps are written in JavaScript. The watch uses a special version of the Gadgetbridge Android app, which can forward notifications from selected phone apps to the watch over Bluetooth. Watch apps can retrieve data from web sites using Gadgetbridge.
    See also https://speechcode.com/maps/world?places=ad,at,be,ca,ch,cn,cz,de,dk,ee,eg,es,fi,fr,gb,gr,hr,hu,id,ie,il,it,jo,jp,li,lt,lv,mt,nl,no,pt,se,si,sk,tr,us for a "Push-pin" Map of the world.
    Fri Dec 16 17:13:44 2022 - permalink -
    - https://speechcode.com/blog/laconic
    electronics FOSS hardware JavaScript map TODO
  • Polynomial Roots Finder - SwissMicros Calculator Forum
    Uses Bairstow's algorithm, code for dm42 and a PDF document. A matlab version is mentioned.
    Mon Nov 14 11:28:36 2022 - permalink -
    - https://forum.swissmicros.com/viewtopic.php?f=19&t=2536
    algorithm Hewlett numerical Packard polynomial TODO
Links per page: 20 50 100
◄Older
page 5 / 24
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.