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 10 / 34
Newer►
680 results for tags software x
  • F´ A Flight Software and Embedded Systems Framework
    F´ (or F Prime) is a software framework for the rapid development and deployment of embedded systems and spaceflight applications. Originally developed at NASA’s Jet Propulsion Laboratory, F´ is open-source software that has been successfully deployed for several space applications. It has been used for but is not limited to, CubeSats, SmallSats, instruments, and deployable.
    Thu Jun 24 16:55:21 2021 - permalink -
    - https://nasa.github.io/fprime/
    C++ NASA software space
  • Nonguix / nonguix · GitLab
    Nonguix is a software repository for the GNU Guix package manager, which packages some software which cannot be included in the official distribution for ethical or policy-related reasons.
    Includes CPU microcode, firmware for e.g. Broadcom Wireless chips.
    Thu Jun 24 16:30:10 2021 - permalink -
    - https://gitlab.com/nonguix/nonguix
    Guix software
  • Running firefox a bit more safely - HOWTO
    Instructions for running Firefox as another, less privileged user. Found on https://www.tuhs.org/pipermail/tuhs/2017-March/010757.html
    In the following post, https://www.qubes-os.org/intro/ was recommended as an improved way.
    Fri Jun 4 01:20:44 2021 - permalink -
    - https://lists.dragonflybsd.org/pipermail/users/2015-August/291195.html
    security software TODO TUHS web
  • an open-source Remote Desktop Protocol server
    Found on
    See also http://www.rdesktop.org/ (dated?) and https://www.freerdp.com/ for open source UNIX clients.
    The wiki page https://github.com/FreeRDP/FreeRDP/wiki/Keyboard has information about keyboard scan codes and remapping mechanisms in Windows and X11.
    Fri Jun 4 00:17:56 2021 - permalink -
    - http://xrdp.org/
    FOSS key-binding software Windows
  • saltpack - a modern crypto messaging format
    Need to encode, transmit, or store encrypted or signed data? saltpack is a streamlined, modern solution, designed with simplicity in mind. It is easy to implement & integrate. We've made few crypto decisions and instead leave almost all of the heavy lifting to the NaCl library.

    saltpack is a binary message format, encoded using the MessagePack format. Messages are broken up into reasonable (1MB) chunks, over which regular NaCl operations are performed. We have taken pains to address many of the shortcomings of current message formats: (1) only authenticated data is output; (2) repudiable authentication is used wherever possible; (3) chunks cannot be reordered or combined with other transmissions; (4) the public keys of senders and recipients can be hidden; and (5) message truncation is detectable.

    Implementations in Go and Python are available at https://saltpack.org/implementations  The format is used by https://keybase.io/
    Tue Jun 1 22:14:50 2021 - permalink -
    - https://saltpack.org/
    BSD cryptography FOSS security software tool
  • GitHub - apenwarr/isochronous: Precise timing related network testing tools: isoping, isostream, udpstress.
    Precise timing related network testing tools: isoping, isostream, udpstress.
    Tue May 11 14:38:50 2021 - permalink -
    - https://github.com/apenwarr/isochronous
    C++ software time tool
  • CERN 2019 WorldWideWeb Rebuild
    In December 1990, an application called WorldWideWeb was developed on a NeXT machine at The European Organization for Nuclear Research (known as CERN) just outside of Geneva. This program – WorldWideWeb — is the antecedent of most of what we consider or know of as "the web" today.

    In February 2019, in celebration of the thirtieth anniversary of the development of WorldWideWeb, a group of developers and designers convened at CERN to rebuild the original browser within a contemporary browser, allowing users around the world to experience the rather humble origins of this transformative technology.

    Found on https://www.11ty.dev/
    Thu May 6 11:23:29 2021 - permalink -
    - https://worldwideweb.cern.ch/
    computer history software web
  • lm_sensors - Linux hardware monitoring [HWMon Wiki]
    Mon May 3 11:30:08 2021 - permalink -
    - https://hwmon.wiki.kernel.org/lm_sensors
    Linux software TODO
  • Quantum Mechanical Keyboard Firmware
    QMK (Quantum Mechanical Keyboard) is an open source community centered around developing computer input devices. The community encompasses all sorts of input devices, such as keyboards, mice, and MIDI devices. A core group of collaborators maintains QMK Firmware, QMK Configurator, QMK Toolbox, qmk.fm, and this documentation with the help of community members like you.
    See also https://github.com/mihaiolteanu/mugur, an Emacs program to help configuring a QMK keyboard.
    Mon May 3 11:21:30 2021 - permalink -
    - https://docs.qmk.fm/#/
    emacs FOSS key-binding keyboard software TODO
  • Collection of open-source digital design components ("IP Cores")
    LibreCores is your gateway to free and open source digital designs and other components that you can use and re-use in your digital designs. Towards this goal, LibreCores provides you a comprehensive and easy directory of digital design components ("IP Cores"),
    means to assess the quality of those components, and documentation to learn more about the use and contribution to free and open source digital designs.
    Sun Apr 25 17:03:33 2021 - permalink -
    - https://www.librecores.org
    electronics FOSS hardware software
  • 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
  • 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
  • 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
  • gokrazy is a pure-Go userland for your Raspberry Pi 3/4 appliances
    For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis.
    Then, we had a crazy idea: what if we got rid of memory-unsafe languages and all software we don’t strictly need?
    Turns out this is feasible. gokrazy is the result.
    Wed Mar 24 20:01:16 2021 - permalink -
    - https://gokrazy.org/
    BSD Go pi raspberry software π
  • raspap-webgui | Simple wireless AP setup & management for Debian-based devices
    RaspAP lets you quickly get a wireless access point up and running to share the connectivity of many popular Debian-based devices, including the Raspberry Pi. Our popular Quick installer creates a known-good default configuration that “just works” on all current Raspberry Pis with onboard wireless. A responsive interface gives you control over the relevant services and networking options. Advanced DHCP settings, OpenVPN client support, SSL, security audits, themes and multilingual options are included.
    Fri Mar 12 17:53:09 2021 - permalink -
    - https://raspap.com/#support-us
    GPL pi raspberry software WLAN π
  • 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
    editor emacs FOSS software
  • Nerves is a complete IoT platform and infrastructure for you to build and deploy maintainable embedded systems.
    Mentioned on the TUHS mailing list https://www.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 TUHS
  • Timeshift - system restore tool for Linux | LinuxMaster Club
    Timeshift – free and open source software for creating snapshots of the file system
    Also described on the german blog https://hyperblog.de/hoergen/2020/06/28/timeshift-snapshot-tool
    Thu Feb 4 19:06:39 2021 - permalink -
    - https://linuxmasterclub.com/timeshift/
    FOSS Linux software
  • Google Graveyard - Killed by Google
    Killed by Google is the Google graveyard; a free and open source list of discontinued Google services, products, devices, and apps. We aim to be a source of factual information about the history surrounding Google's dead projects.
    Fri Jan 8 16:47:41 2021 - permalink -
    - https://killedbygoogle.com/
    google history software
Links per page: 20 50 100
◄Older
page 10 / 34
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.