Shaare your links...
1860 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 93
  • athornton | The UNIX-HATERS Handbook, a review
    Just what it says. The author had read the handbook soon after it came out and has revisited it 25 years later. He also offers interesting comments about most of the competing operating systems. See also
    Making old systems accessible via the web https://athornton.dreamwidth.org/14733.html
    Exploring old unixes https://athornton.dreamwidth.org/14340.html
    Wed May 18 10:00:53 2022 - permalink -
    - https://athornton.dreamwidth.org/14272.html
    book computer history operating-system Unix
  • mpmath - Python library for arbitrary-precision floating-point arithmetic
    mpmath is a free (BSD licensed) Python library for real and complex floating-point arithmetic with arbitrary precision. It has been developed by Fredrik Johansson since 2007, with help from many contributors.
    Tue May 17 15:57:41 2022 - permalink -
    - https://mpmath.org/
    algorithm BSD FOSS mathematics numerical Python
  • Matplotlib — Visualization with Python
    Tue May 17 15:56:52 2022 - permalink -
    - https://matplotlib.org/
    FOSS plot Python software
  • num-utils - programs for dealing with numbers from the Unix command line.
    Found on Joey Hess' page https://joeyh.name/code/moreutils/
    See also Poul-Henning Kamp's https://people.freebsd.org/~phk/ ministat https://www.unix.com/man-page/freebsd/1/ministat/
    Mon May 16 13:04:00 2022 - permalink -
    - https://suso.suso.org/programs/num-utils/index.phtml
    tool unix
  • moreutils
    Tools for Unix pipes. Found via http://mbork.pl/2022-03-26_A_nice_use-case_for_pee
    Mon May 16 12:56:42 2022 - permalink -
    - https://joeyh.name/code/moreutils/
    tool Unix
  • GitHub - yjwen/org-reveal: Exports Org-mode contents to Reveal.js HTML presentation.
    Found on https://minnie.tuhs.org/pipermail/tuhs/2022-May/025840.html
    Reveal.js is a tool for creating good-looking HTML presentations, authored by Hakim El Hattab. http://lab.hakim.se/reveal-js/#/
    Org-Reveal exports your Org documents to reveal.js presentations.
    With Org-reveal, you can create beautiful presentations with 3D effects from simple but powerful Org contents.
    Fri May 13 10:18:22 2022 - permalink -
    - https://github.com/yjwen/org-reveal#revealjs-and-org-reveal
    emacs HTML JavaScript org-mode presentation tool
  • How to turn off colours in git output
    Adding
    [color]
    pager = false
    ui = false
    advice = false
    push = false
    transport = false
    to ~/.gitconfig should work.
    Thu May 12 08:03:08 2022 - permalink -
    - http://www.lemis.com/grog/diary-apr2022.php?subtitle=igitt!%20%20Again!&article=D-20220415-015925#D-20220415-015925
    git HOWTO
  • HexEd.it - Browser-based Online and Offline Hex Editing
    Analyse and edit binary files wherever you want, on any operating system, whether on a desktop or smartphone, and without installing any software. All you need is a modern web browser (Mozilla Firefox 53+, Google Chrome 58+, Opera 44+, Apple Safari 11+, Microsoft Edge 20+).

    The complete file processing is done by your browser and HTML5 functionality. HexEd.it does not upload your data to the server. It can also compute various hash functions.

    HexEd.it has a small memory footprint - it does not keep your files in memory. This makes it possible to handle very large files even on low-RAM machines. HexEd.it has been tested on files as large as 150 GiB.

    See also https://jsqr.de/ for a QR-encoder.

    Found on https://www.hpmuseum.org/forum/thread-18335-post-159984.html#pid159984
    Wed May 11 13:56:41 2022 - permalink -
    - https://hexed.it/
    hash JavaScript tool web
  • Comments and org-static-blog
    Another blog using https://github.com/bastibe/org-static-blog
    Tue May 10 23:21:30 2022 - permalink -
    - https://magnus.therning.org/2022-05-09-comments-and-org-static-blog.html
    blog Emacs org-mode TODO
  • Dave Anderson's blog
    Found via https://minnie.tuhs.org/pipermail/tuhs/2022-May/025784.html
    Mon May 9 14:07:28 2022 - permalink -
    - https://blog.dave.tf/
    blog FPGA NAS
  • Qubes OS: A reasonably secure operating system | Qubes OS
    Qubes OS is a free and open-source, security-oriented operating system for single-user desktop computing. Qubes OS leverages Xen-based virtualization to allow for the creation and management of isolated compartments called qubes.
    Mon May 9 08:17:57 2022 - permalink -
    - https://www.qubes-os.org/
    operating-system security
  • Welcome to MirageOS
    MirageOS is a library operating system that constructs unikernels for secure, high-performance network applications across a variety of cloud computing and mobile platforms.
    Mentioned as similar to IBM's VM on https://minnie.tuhs.org/pipermail/tuhs/2022-May/025771.html
    Mon May 9 08:15:48 2022 - permalink -
    - https://mirageos.org/
    OCaml operating-system
  • Mail, Cloud, Office & more
    Free and paid e-mail, storage and calendar, office-tool service.
    Mon May 2 22:26:20 2022 - permalink -
    - https://www.eclipso.at/
    e-mail privacy
  • Iris - A ISLisp Implementation
    ISLisp in JS/Go: Standards-compliant Lisp smaller than Common-Lisp.
    Note that the on-line JavaScript version does not handle #x prefixes correctly.
    Integers are also limited to 31 bit:
    (expt 2 31) => -2147483648
    in contradiction to https://islisp-dev.github.io/ISLispHyperDraft/islisp-v23.html#integer_class
    Fri Apr 22 15:42:24 2022 - permalink -
    - https://islisp.js.org/
    Go JavaScript Lisp on-line software TODO
  • Why Hy? — hy 1.0a4+1.gd56146b9 documentation
    Hy is a multi-paradigm general-purpose programming language in the Lisp family. It’s implemented as a kind of alternative syntax for Python. Compared to Python, Hy offers a variety of extra features, generalizations, and syntactic simplifications, as would be expected of a Lisp. Compared to other Lisps, Hy provides direct access to Python’s built-ins and third-party Python libraries, while allowing you to freely mix imperative, functional, and object-oriented styles of programming.
    Found on https://en.wikipedia.org/wiki/Lisp_(programming_language)#Genealogy_and_variants
    Fri Apr 22 14:42:00 2022 - permalink -
    - https://docs.hylang.org/en/alpha/whyhy.html
    language Lisp programming Python
  • Research Notes with Org-Mode
    Found on Sacha Chua's blog https://sachachua.com/blog/2022/04/2022-04-18-emacs-news/
    Wed Apr 20 09:57:59 2022 - permalink -
    - https://swalla24.people.uic.edu/org-research/
    LaTeX mathematics org-mode
  • GitHub - eigenhombre/blorg: Yet Another Org-Mode-and-Clojure-Based Static Blog
    The author found Org Mode lacking: "I find the export tools available for Org Mode are not quite powerful (or fast) enough for a large blog. I got pretty far trying to get the export features to suit, but not far enough – generation of a large site took too long, and customization was too unwieldy."
    Wed Apr 20 09:53:36 2022 - permalink -
    - https://github.com/eigenhombre/blorg
    blog emacs org-mode tool
  • Joris van der Hoeven
    Found on Fredrik Johansson's blog https://fredrikj.net/blog/2022/04/arb-is-10/
    What are transseries?
    Sat Apr 16 22:12:53 2022 - permalink -
    - http://www.texmacs.org/joris/main/joris.html
    algorithm mathematics TODO
  • Wayfinder: an open-access and near real-time visualization of satellites and debris in Earth orbit.
    Found via an ad, Omega is teaming with Privateer https://gothammag.com/omega-privateer-space-travel-junk-wayfinder
    Thu Apr 7 22:34:36 2022 - permalink -
    - http://www.privateer.com/
    on-line science space
  • Encrypting sensitive and personal data
    Available for Linux, OS X and Windows. More details can be found on https://www.primx.eu/en/encryption-software/zed-en/
    ALGORITHMS: AES (128 to 256 bits) and RSA (1024 to 4096 bits).
    TECHNOLOGIES: PKCS#1, PKCS#5, PKCS#11, X509, Microsoft CSP, LDAP technologies, PKIx compatible.
     PKCS#1 RSA Cryptography Standard https://en.wikipedia.org/wiki/PKCS_1
     PKCS#5 Password-based Encryption Standard https://en.wikipedia.org/wiki/PBKDF2
     PKCS#11 Cryptographic Token Interface https://en.wikipedia.org/wiki/PKCS_11
     X509 https://en.wikipedia.org/wiki/X.509 (ITU) standard defining the format of public key certificates.
     Does CSP stand for https://en.wikipedia.org/wiki/Credential_service_provider , Cloud service provide https://mymatetech.net/what-is-microsoft-csp-ab5b80519e79 or something else?
     LDAP https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
     Does PKIx stand for https://en.wikipedia.org/wiki/X.509#PKIX_Working_Group ?

    SYSTEMS: Available for Windows 11 to Windows 7, Linux (various distributions) and Mac OS.
    LANGUAGES: Available in 7 languages.
    ZED! mobile app for iOS and Android.
    Wed Apr 6 17:01:32 2022 - permalink -
    - https://www.zedencrypt.com/
    cryptography security TODO
Links per page: 20 50 100
◄Older
page 1 / 93
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.