Shaare your links...
1626 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 82
  • txt2raw.pl: HP-42S program listing to "raw" conversion
    Perl program to convert {dm,free,HP}-42 programs from textual representation to raw files which can be loaded into {dm,free}42.
    Fri Mar 5 14:47:58 2021 - permalink -
    - https://thomasokken.com/free42/download/unsupported/txt2raw/
    calculator Hewlett Packard Perl tool
  • Style Guide for online hypertext
    This document was written in the early days of the web (1992), defining such terms as "webmaster", the "www.xxx.com" convention, and a few basic points which are just as valid today.  It has not been updated to discuss recent developments in HTML., and is out of date in many places, except for the addition of a few new pages, with given dates.
    Thu Mar 4 21:33:52 2021 - permalink -
    - https://www.w3.org/Provider/Style/Overview.html
    CSS HTML reading web
  • Blog with only Org Mode
    Nice blog (in appearance, contents and implementation). See https://archive.casouri.cat/note/2018/blog-in-org-mode-revisited/index.html for an update.
    An interesting idea for entering mathematical symbols is presented on https://archive.casouri.cat/note/2020/insert-math-symbol-in-emacs/index.html
    Wed Mar 3 22:59:05 2021 - permalink -
    - https://archive.casouri.cat/note/2018/blog-with-only-org-mode/index.html
    blog emacs mathematics org-mode
  • Automatic Security Updates on Ubuntu
    Simple tutorial that will teach you to configure your system to automatically install security updates.
    Wed Mar 3 09:09:43 2021 - permalink -
    - https://help.ubuntu.com/community/AutomaticSecurityUpdates
    linux security TODO ubuntu
  • Blogging with just Org Mode | Radiophonic Oddity
    Work in progress.
    Mon Mar 1 16:04:42 2021 - permalink -
    - https://dilzeem.github.io/posts/blogging-with-org/
    blog emacs org-mode
  • An Emacs package development handbook. Built with Emacs, by Emacs package developers, for Emacs package developers.
    At first glance, it looks like a list of available/recommended packages  ordered by purpose.
    Fri Feb 26 11:53:57 2021 - permalink -
    - https://github.com/alphapapa/emacs-package-dev-handbook#xml--html
    emacs reading TODO
  • N Λ N O - Emacs made simple
    GNU Emacs / N Λ N O is a set of configuration files for GNU Emacs such as to provide a nice and consistent look and feel as shown below. It is based on design principles I described in the article "On the design of text Editors" [1] that is available on arXiv. The light theme is based on Material colors [2] and the dark theme is based on Nord colors [3].

    The philosophy of nano emacs is to stick as much as possible to vanilla emacs without introducing too much dependencies (or none if possible) and to keep it modular enough. The idea is for users to copy the part they are interested in such as to include them in their own configuration.

    [1] https://arxiv.org/abs/2008.06030
    [2] https://material.io/
    [3] https://www.nordtheme.com/
    Fri Feb 26 10:49:13 2021 - permalink -
    - https://github.com/rougier/nano-emacs
    emacs FOSS software
  • weblorg - Home
    A Static HTML Generator for Emacs and Org-Mode.
    Blog Ready: permalinks, categories, pages, posts, theming and custom templates.

    https://validator.w3.org/nu/?doc=https%3A%2F%2Femacs.love%2Fweblorg%2F reports two errors:
    Element div not allowed as child of element h1 in this context.
    An img element must have an alt attribute, except under certain conditions.
    Wed Feb 24 13:02:12 2021 - permalink -
    - https://emacs.love/weblorg/
    blog CSS emacs HTML org-mode TODO tool
  • Cowgol 2.0: Ada-inspired language for very small systems
    Main page is http://cowlark.com/cowgol/
    It used to support the Apollo Guidance Computer used in the Apollo spacecraft, but I had to remove the code generator while rewriting the compiler and I haven’t reworked the AGC backend.
    http://cowlark.com/2019-07-20-cowgol-agc/index.html
    The author also ported the Fuzix operating system to the Raspberry π pico.
    http://cowlark.com/2021-02-16-fuzix-pi-pico/index.html

    His tool https://github.com/davidgiven/narcissus to remap keys might be interesting too.
    So is his Forth system http://cowlark.com/fforth/
    Tue Feb 23 14:45:29 2021 - permalink -
    - http://cowlark.com/2020-06-25-cowgol-2-0/index.html
    6502 Ada AGC compiler Forth key-bindings pdp-11 pi Raspberry unix π
  • [TUHS] retro-fuse project
    FUSE-based filesystem capable of both reading and
    writing v6 disk images.
    https://github.com/jaylogue/retro-fuse
    Mon Feb 22 19:42:44 2021 - permalink -
    - https://minnie.tuhs.org/pipermail/tuhs/2021-February/023244.html
    computer history linux tool unix
  • GitHub - larsbrinkhoff/oscilliscious
    https://github.com/larsbrinkhoff/its-presentation -
    https://github.com/larsbrinkhoff/oscilliscious Vector graphics audio oscilloscope library.
    https://github.com/larsbrinkhoff/emacs-history
    Mon Feb 22 16:51:32 2021 - permalink -
    - https://github.com/larsbrinkhoff/oscilliscious
    computer emacs graphical-programming history ITS
  • History of development and key concepts of Orthodox Editors
    The paper by Melinda Varian sounds interesting.

    Here is the quote from her very interesting paper ( I strongly recommend to read at least the beginning of this 73 pages paper -- it provides new insights into how two most interesting operating system Unix and VM/CMS were influenced by Corbato's CTTS and MIT Multix project)
    http://pucc.princeton.edu/~melinda/
    Mon Feb 22 13:20:36 2021 - permalink -
    - http://www.softpanorama.org/Articles/orthodox_editors.shtml
    computer editor history reading
  • Unix Philosophy 2020
    This document is a compendium of Casper Ti. Vector's thoughts about the Unix philosophy in the contemporary context.
    Sun Feb 21 18:47:11 2021 - permalink -
    - https://gitea.com/CasperVector/up2020
    operating-system reading unix
  • Port of the "Ritchie C compiler" to the TI990 series processors
    This repository contains a port of the "Ritchie C compiler" to the TI990 series processors, in particular the 9995 and 99105 chips. The port is currently fairly complete; only floating point operations remain unported. Other tool chain components (assembler, linker, etc.) are also provided.

    The long term goal is to run ancient unix on these chips. As a first stepping stone on that journey, a port of the original 1983 version of the Xinu system has already been completed. The source for that is also in this repository.

    Announced on TUHS mailing list https://minnie.tuhs.org/pipermail/tuhs/2021-February/023225.html
    Sun Feb 21 18:16:45 2021 - permalink -
    - https://1587660.websites.xs4all.nl/cgi-bin/9995/doc/tip/doc/index.wiki
    C compiler computer history Ritchie unix
  • Blog articles from José Antonio Ortega Ruiz
    Interesting blog written in org-mode, using https://github.com/bastibe/org-static-blog, written by Bastian Bechtold https://bastibe.de/
    Some highlights: https://jao.io/blog/2020-02-26-literate-programming.html
    https://jao.io/blog/2020-02-23-signel.html, a barebones signal chat on top of signal-cli, written in literate style
    Sat Feb 20 10:57:24 2021 - permalink -
    - https://jao.io/blog/tag-emacs.html
    blog emacs literate-programming org-mode
  • NASA/JPL Eyes
    Digital orrery, showing planets, moons, asteroids and some spacecraft.
    Thu Feb 18 23:13:21 2021 - permalink -
    - https://eyes.nasa.gov/apps/orrery/#/home?time=2021-02-18T22:11:15.164+00:00
    astronomy NASA science space
  • Nerves is a complete IoT platform and infrastructure for you to build and deploy maintainable embedded systems.
    Mentioned on the TUHS mailing list https://minnie.tuhs.org/pipermail/tuhs/2021-February/023182.html

    Uses Elixir.
    Tue Feb 16 20:58:12 2021 - permalink -
    - https://www.nerves-project.org/platform
    Elixir FOSS Linux macosx software
  • Deutschsprachige Dokumentation zu HTML
    Information about web technologies, including HTML5, written in german.
    Mon Feb 15 21:28:58 2021 - permalink -
    - https://wiki.selfhtml.org/wiki/HTML/Tutorials
    CSS german HTML SVG web wiki
  • Net Neutrality isn’t the only problem
    Interesting observations about the complexity of today's web sites. Includes the output from https://www.webpagetest.org/ on a few pages.
    Fri Feb 12 23:38:10 2021 - permalink -
    - https://www.glaver.org/blog/?p=1025
    tool web
  • cppcryptfs is an encrypted overlay filesystem
    cppcryptfs is based on the design of gocryptfs, an encrypted overlay filesystem written in Go.

    cppcryptfs is an implementation of the gocryptfs filesystem in C++ for Windows. cppcryptfs is compatible with gocryptfs. Filesystems created with one can generally be mounted (and synced) with the other.

    Found on https://infosec-handbook.eu/recommendations/ via https://nuetzlich.net/gocryptfs/
    Fri Feb 12 00:12:57 2021 - permalink -
    - https://github.com/bailey27/cppcryptfs
    cryptography security Windows
Links per page: 20 50 100
◄Older
page 1 / 82
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.