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 24 / 121
Newer►
  • 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
  • liam_on_linux | Entries tagged with lisp
    Interesting blog, some example articles:
    Sandcastles and skyscrapers (VMS vs Unix) https://liam-on-linux.dreamwidth.org/#entry-86240
    history of MS-DOS https://liam-on-linux.dreamwidth.org/#entry-85836
    I want to see AROS, MorphOS or Haiku on the Raspberry Pi  https://liam-on-linux.dreamwidth.org/#entry-83201
    Found on the TUHS mailing list.
    Thu Nov 10 15:05:09 2022 - permalink -
    - https://liam-on-linux.dreamwidth.org/tag/lisp
    blog lisp operating-system Unix
  • The Meson Build system
    Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.

    The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.
    Sat Nov 5 21:10:28 2022 - permalink -
    - https://mesonbuild.com/index.html
    Python tool
  • Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs – Emacs Notes
    How to enable modifier keys in X11.
    https://emacsnotes.wordpress.com/2022/08/16/who-stole-c-c-and-possibly-other-keys-from-my-emacs/ looks interesting too.
    Wed Nov 2 14:19:35 2022 - permalink -
    - https://emacsnotes.wordpress.com/2022/10/30/use-xkb-to-setup-full-spectrum-of-modifiers-meta-alt-super-and-hyper-for-use-with-emacs/
    blog emacs HOWTO key-binding lisp X11
  • Pocket SDR - An Open-Source GNSS SDR
    Pocket SDR is an open-source GNSS (Global Navigation Satellite System) receiver based on SDR (software defined radio) technology. It consists of a RF front-end device, some utilities for the device and GNSS-SDR APs (application programs) written in Python and C. It supports almost all signals for GPS, GLONASS, Galileo, QZSS, BeiDou, NavIC and SBAS.
    From Tomoji Takasu, the author of rtklib.
    https://www.rtklib.com/rtklib_sdr.htm has a nice table describing GNSS signals.



    See also https://s-taka.org/en/awesome-pocketsdr-pocket_trk/ for several blog articles about pocketSDR.
    Sat Oct 29 22:54:00 2022 - permalink -
    - https://github.com/tomojitakasu/PocketSDR
    blog FOSS Python radio satellite-navigation software
  • Ginan is a processing package being developed to processes GNSS observations for geodetic applications.
    We currently support the processing of:

    the United States' Global Positioning System (GPS);
    the Russian GLONASS system (GLONASS);
    the European Union's Galileo system (Galileo);
    the Chinese Navigation Satellite System (BeiDou);
    the Japanese QZSS develop system (QZSS).
    We are actively developing Ginan to have the following capabilities and features:

    Precise Orbit & Clock determination of GNSS satellites (GNSS POD);
    Precise Point Positioning (PPP) of GNSS stations in network and individual mode;
    Real-Time corrections for PPP users;
    Analyse full, single and multi-frequency, multi-GNSS data;
    Delivering atmospheric products such as ionosphere and troposphere models;
    Servicing a wide range of users and receiver types;
    Delivering outputs usable and accessible by non-experts;
    Providing both a real-time and off-line processing capability;
    Delivering both position and integrity information;
    Routinely produce IGS final, rapid, ultra-rapid and real-time (RT) products;
    Model Ocean Tide Loading (OTL) displacements.
    The software consists of two main components: Network Parameter Estimation Algorithm (PEA) and Precise Orbit Determination (POD).
    Sat Oct 29 15:34:11 2022 - permalink -
    - https://github.com/osqzss/ginan
    Fortran FOSS satellite-navigation software
  • Iterative Error Correction
    Mentioned on Daniel Estévez' blog.
    Thu Oct 20 19:14:56 2022 - permalink -
    - https://www.cambridge.org/core/books/iterative-error-correction/7964EAB1B743D56D2E9B58CCA4CE71EB
    book coding
  • GMAT Wiki - Confluence
    The General Mission Analysis Tool (GMAT) is an open-source space mission analysis tool. Found via https://destevez.net/2022/09/more-qo-100-orbit-determination/
    Thu Oct 20 16:39:37 2022 - permalink -
    - https://gmat.atlassian.net/wiki/spaces/GW/overview?homepageId=380273216
    FOSS physics software space
  • 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
  • virtual console spy tool
    Access a virtual console, e.g. from an ssh session.
    Sun Oct 9 21:11:56 2022 - permalink -
    - https://linux.die.net/man/1/conspy
    Linux software tool
  • GitLab System Status
    Sat Oct 8 15:20:27 2022 - permalink -
    - https://status.gitlab.com/
    git on-line web
  • Ted Unangst's blog
    Interesting blog, found via the link to https://www.openbsd.org/papers/bsdcan-signify.html on https://blog.vyos.io/minisign-the-future-of-vyos-image-signature-verification
    Examples are
    signify - sign and verify https://flak.tedunangst.com/post/signify
    humungus a mercurial server/web interface written in Go, https://humungus.tedunangst.com/r/humungus and https://flak.tedunangst.com/post/humungus
    X11 example programs such as timescroll - remap ctrl-scroll to undo and redo, https://humungus.tedunangst.com/r/xtoys
    Sun Oct 2 09:31:25 2022 - permalink -
    - https://flak.tedunangst.com/
    blog Go mercurial programming software X11
  • Open source GNSS HAT for Raspberry Pi
    Open source hardware design for a Hardware Attached on Top (HAT) GNSS receiver based on Septentrio Mosaic modules.
    Nice description of some circuit and layout details.
    Sat Oct 1 09:36:59 2022 - permalink -
    - https://github.com/taroz/mosaicHAT
    electronics hardware pi raspberry satellite-navigation π
  • AppImage | Linux apps that run anywhere
    "As a user, I want to download an application from the original author, and run it on my Linux desktop system just like I would do with a Windows or Mac application."
    "As an application author, I want to provide packages for Linux desktop systems, without the need to get it 'into' a distribution and without having to build for gazillions of different distributions."

    Another distribution-independent packaging format. See https://phoenixnap.com/kb/flatpak-vs-snap-vs-appimage and https://thp.io/2019/flatpak-vs-snapcraft.html for comparisons with snap and flatpack.
    Tue Sep 27 16:14:56 2022 - permalink -
    - https://appimage.org/
    Linux software
  • The OpenSSL Project
    OpenSSL software - a robust, commercial-grade, full-featured toolkit for general-purpose cryptography and secure communication.
    Tue Sep 27 07:08:03 2022 - permalink -
    - https://www.openssl.org/
    Apache cryptography software TLS
  • Urbigenous Library
    Mentioned on the MoHP forum https://www.hpmuseum.org/forum/thread-18873-post-164551.html#pid164551
    Mon Sep 26 14:42:51 2022 - permalink -
    - https://urbigenous.net/library/
    book reading
  • se is a screen oriented version of the classic UNIX text editor ed
    Found via https://www.tuhs.org/pipermail/tuhs/2022-September/026476.html
    Sun Sep 25 10:14:32 2022 - permalink -
    - https://github.com/screen-editor/se
    computer editor history software Unix
  • TENEX-style user experience for Unix
    Interesting reference to the The Harvard/Radcliffe Student Time-sharing System Terminal Users Guide,
    1st edition, September 10, 1974, Center for Research in Computing Technology, Harvard University
    On 2023-07-12, the original URL https://minnie.tuhs.org/pipermail/tuhs/2022-September/026512.html is not working, replacing minnie by www corrects that.
    Sun Sep 25 10:03:18 2022 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2022-September/026512.html
    computer history software TENEX Unix
  • Hardware-based SSH/GPG agent
    This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design on https://github.com/romanz/trezor-agent/blob/master/doc/DESIGN.md

    Currently TREZOR One, TREZOR Model T, Keepkey, Ledger Nano S, and OnlyKey are supported.
    Sat Sep 24 14:37:05 2022 - permalink -
    - https://github.com/romanz/trezor-agent
    FOSS GPL hardware security software
Links per page: 20 50 100
◄Older
page 24 / 121
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.