Shaare your links...
2408 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 39 / 121
Newer►
  • Monocypher is an easy to use crypto library.
    Small. Sloccount counts under 2000 lines of code, small enough to allow audits. The binaries can be under 50KB, small enough for many embedded targets.
    Easy to deploy. Just add monocypher.c and monocypher.h to your project. They compile as C99 or C++ and are dedicated to the public domain (CC0-1.0, alternatively 2-clause BSD).
    Portable. There are no dependencies, not even on libc.
    Honest. The API is small, consistent, and cannot fail on correct input.
    Direct. The abstractions are minimal. A developer with experience in applied cryptography can be productive in minutes.
    Fast. The primitives are fast to begin with, and performance wasn't needlessly sacrificed. Monocypher holds up pretty well against Libsodium, despite being closer in size to TweetNaCl. (More detailed benchmark)
    Mon Apr 19 09:54:52 2021 - permalink -
    - https://monocypher.org/
    C cryptography FOSS software
  • Help me test gps-share
    See also https://zee-nix.blogspot.com/2017/05/introducing-gps-share.html and https://github.com/zeenix/gps-share
    gps-share is a utility to share your GPS device on local network. It has two goals:

    Share your GPS device on the local network so that all machines in your home or office can make use of it.
    Enable support for standalone (i-e not part of a cellular modem) GPS devices in Geoclue. Since Geoclue has been able to make use of network NMEA sources since 2015, gps-share works out of the box with Geoclue.

    The latter means that it is a replacement for GPSD and Gypsy. While "why not GPSD?" has already been documented, Gypsy has been unmaintained for many years now. I did not feel like reviving a dead project and I really wanted to code in Rust language so I decided to create gps-share.
    Mon Apr 19 00:49:25 2021 - permalink -
    - https://zee-nix.blogspot.com/2017/06/help-me-test-gps-share.html
    Rust satellite-navigation software TODO tool
  • A simple cross-compiler for the Raspberry Pi
    Sun Apr 18 18:27:08 2021 - permalink -
    - http://www.mardy.it/blog/2020/02/a-simple-cross-compiler-for-the-raspberry-pi.html
    compiler Linux pi raspberry TODO π
  • Bug fixes for v6 unix, SimH tape tools
    Thu Apr 15 20:17:22 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2001-April/001901.html
    computer history TODO TUHS Unix
  • macro-11 for V7-Unix
    Information  about a macroassembler for pdp-11 running v7 unix.
    Tue Apr 13 23:48:40 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2000-January/001271.html
    assembler computer DEC history pdp-11 TUHS Unix
  • AEZ is an authenticated-encryption (AE) scheme optimized for ease of correct use (“AE made EZ”).
    Found on https://www.metzdowd.com/pipermail/cryptography/2021-April/036859.html
    "The really important thing is the theory paper, https://www.cs.ucdavis.edu/~rogaway/aez/rae.pdf, which is brilliant and anyone who wants to look at block cipher theory should read and understand it."
    Tue Apr 13 13:28:03 2021 - permalink -
    - https://www.cs.ucdavis.edu/~rogaway/aez/index.html
    cryptography reading TODO
  • Using org mode to write email for outlook · Core Dumped
    How to produce HTML-formatted e-mail from an org-mode buffer in Emacs.
    Tue Apr 13 12:14:12 2021 - permalink -
    - https://coredumped.dev/2019/02/08/using-org-mode-to-write-email-for-outlook/
    emacs org-mode Windows
  • Building a 2.11BSD tape for SimH
    Program and instructions for creating files to be read as tapes by SimH.
    Mon Apr 12 23:48:45 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2000-May/001403.html
    computer history pdp-11 SimH simulator TUHS
  • Ancient Unix tape archive formats
    Description of tape archive and date formats in early versions of Unix.
    Fri Apr 9 21:20:51 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/1999-October/001200.html
    computer history TUHS Unix
  • open source FPGA tools
    SymbiFlow is a fully open source toolchain for the development of FPGAs of multiple vendors. Currently, it targets the Xilinx 7-Series, Lattice iCE40, Lattice ECP5 FPGAs, QuickLogic EOS S3 and is gradually being expanded to provide a comprehensive end-to-end FPGA synthesis flow.
    Fri Apr 9 17:49:28 2021 - permalink -
    - https://symbiflow.github.io/
    FOSS FPGA tool
  • Reading and writing v7 filesystems from Linux
    The TUHS archive mirror https://unixarchive.cn-k.de/PDP-11/Tools/Filesys/ contains v7fs-0.1.tar.gz and
    bostic_tools.tar.gz
    Wed Apr 7 18:57:18 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/1999-February/001056.html
    computer history TODO tool TUHS Unix
  • http://9legacy.org/9legacy/doc/simh/v8
    Instructions for the installation of v8 unix on SimH.
    Wed Apr 7 13:48:12 2021 - permalink -
    - http://9legacy.org/9legacy/doc/simh/v8
    computer history plan9 Unix
  • The Amsterdam Compiler Kit
    The Amsterdam Compiler Kit is a cross-platform compiler and toolchain suite that is small, portable, extremely fast, and extremely flexible. It targets a number of low-end machines including the Z80, 8086 and 80386, but there are many other code generators available. It supports several languages, including ANSI C, Pascal and Modula-2, and contains integrated runtime libraries including a libc.

    The maintainer, David Given states "I, dtrg, cannot honestly recommend using the ACK for production code unless as a stop-gap measure or unless the other benefits of the ACK (e.g. having a very lightweight turnkey toolchain is valuable to you) outweigh the code quality."
    Fri Apr 2 23:54:59 2021 - permalink -
    - http://tack.sourceforge.net/
    BSD C compiler pdp-11 pi raspberry π
  • TECO and Montgomery Emacs for v6/v7 Unix
    Thu Apr 1 23:03:25 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2021-April/023560.html
    editor emacs TECO TODO TUHS Unix
  • se is a screen oriented version of the classic UNIX text editor ed
    It’s similar to vi as both are modal editors with curses interfaces. However, it differs from vi in that it has the same command syntax as ed. For example, in se to escape from append mode, you’d enter a line containing a single period instead of the vi way of hitting the escape key.

    se has a long history dating back to the early 1980s. Beginning in 2013, Thomas Cort undertook the task of modernizing the early code and build system to get the software working on recent POSIX operating systems. The code base was straight forward and only used facilities available 25 years prior, and as a result, with a few modifications, it runs on many modern operating systems. Thomas' primary motivation is to preserve this bit of computing history. His goals are to squash any remaining bugs and make se as portable as possible. No major new features will be added.
    Mon Mar 29 20:19:38 2021 - permalink -
    - http://se-editor.org/
    editor software Unix
  • GNSS, Interrupted: The hidden Android setting you need to know | by Sean Barbeau | Medium
    Sean Barbeau is the author of GPSTest, which has a Google group
    https://groups.google.com/g/gpstest_android
    See also https://bit.ly/gpstest-device-database for the GPSTest Database and
    https://github.com/barbeau/awesome-gnss
    for a collection of links to open source GNSS software
    Mon Mar 29 14:08:05 2021 - permalink -
    - https://barbeau.medium.com/gnss-interrupted-the-hidden-android-setting-you-need-to-know-d812d28a3821
    Android GNSS satellite-navigation
  • Will Schenk's blog
    Found via Sacha Chua's blog. Articles about syncthing, IPFS and other interesting stuff.
    Sun Mar 28 23:30:17 2021 - permalink -
    - https://willschenk.com/articles/
    blog duplicate emacs org-mode TODO
  • BerryBoot
    This bootloader allows you to install multiple Raspberry Pi operating systems on a single SD card, as well as to store OS files on a separate hard drive, rather than on an SD card, as is usually the case.
    The site lists a number of operating systems for the Raspberry π.
    Sun Mar 28 20:44:34 2021 - permalink -
    - https://www.techrepublic.com/pictures/choosing-a-raspberry-pi-os-heres-the-definitive-list/33/
    operating-system pi raspberry π
  • OSdev Wiki
    This website provides information about the creation of operating systems and serves as a community for those people interested in OS development with 673 wiki articles.
    Sun Mar 28 15:00:05 2021 - permalink -
    - https://wiki.osdev.org/Main_Page
    operating-system wiki
  • Nyxt browser: the internet on your terms.
    Nyxt is a keyboard-oriented, infinitely extensible web browser designed for power users. Conceptually inspired by Emacs and Vim, it has familiar key-bindings (Emacs, vi, CUA), and is fully configurable in Lisp.
    Was called Next before 2020-06-23 https://github.com/nEXT-Browser/nEXT
    Thu Mar 25 22:35:29 2021 - permalink -
    - https://nyxt.atlas.engineer/
    common-lisp emacs software web
Links per page: 20 50 100
◄Older
page 39 / 121
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.