Shaare your links...
2364 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 26 / 119
Newer►
  • What is gVisor? - gVisor
    gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system call interface. It provides an additional layer of isolation between running applications and the host operating system.
    Found on https://marc.info/?l=9fans&m=165401374021100&w=2
    Tue May 31 18:52:17 2022 - permalink -
    - https://gvisor.dev/docs/
    Go Linux operating-system plan9 software
  • Knowledge/Quick_Review_of_RPi_Zero_2_W.md at master · ThomasKaiser/Knowledge · GitHub
    Interesting review of the Raspberry π 2 W, found via a link on Jamie Zawinsky's blog
    https://www.jwz.org/blog/2018/12/advanced-linux-sound-architecture/#comment-195132
    See also the https://ownyourbits.com/2019/02/02/whats-wrong-with-the-raspberry-pi/
    Mon May 30 11:51:32 2022 - permalink -
    - https://github.com/ThomasKaiser/Knowledge/blob/master/articles/Quick_Review_of_RPi_Zero_2_W.md
    hardware pi raspberry reading review software π
  • tym - Time rsYnc Machine
    A backup utility based on rsync with the approach popularized by the Time Machine of Apple. Found on the Wikipedia entry for rsync https://en.wikipedia.org/wiki/Rsync
    See also the following links for rsync-based backup tools
    https://rsnapshot.org/ written in Perl.
    http://www.lbackup.org/
    Mon May 30 11:11:33 2022 - permalink -
    - http://dragoman.org/tym/
    backup rsync shell TODO
  • Polynomial Rootfinder repost
    The HP 48 object listed below in ->ASC form is a high-performance polynomial root finder. Those of you who remember the HP 71B Math Pac will recognize this as the same as the PROOT command from that Pac; it is in fact the same assembly-language code, given an RPL front end to operate in the HP 48.
    Found on https://www.hpmuseum.org/forum/thread-10967-post-160700.html#pid160700
    See also http://www.jeffcalc.hp41.eu/emu71/mathrom.html#src for the uncommented source code of PROOT and other functions of the HP71B math pack.
    Sat May 28 19:20:00 2022 - permalink -
    - https://groups.google.com/g/comp.sys.hp48/c/JD9LSLeIYyE?hl=en&pli=1#f5b79053a9650902
    algorithm Hewlett Laguerre mathematics numerical Packard root-finding
  • Quiver, a graphical editor for commutative and pasting diagrams
    quiver is a modern, graphical editor for commutative and pasting diagrams, capable of rendering high-quality diagrams for screen viewing, and exporting to LaTeX via tikz-cd. See also the github page https://github.com/varkor/quiver
    Fri May 27 11:34:34 2022 - permalink -
    - https://q.uiver.app/
    editor graphical-programming LaTeX tikz tool
  • DuckDuckGo Privacy Browser - Apps on Google Play
    Web browser presumably protecting users' privacy better than Chrome or Firefox.
    Found via https://arstechnica.com/gadgets/2022/04/duckduckgo-announces-a-new-privacy-focused-mac-web-browser/ and https://www.jwz.org/blog/2022/04/contra-chrome/#comment-234265
    Tue May 24 14:10:07 2022 - permalink -
    - https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android&hl=en_US&gl=US
    Android browser privacy TODO
  • Trix: A rich text editor for everyday writing
    Found on  Jamie Zawinsky's blog https://www.jwz.org/blog/2022/04/wysiwyg-wordpress-comments/
    Tue May 24 11:33:19 2022 - permalink -
    - https://trix-editor.org/
    editor JavaScript on-line web
  • GitHub - x-hw/amazing-qr: 💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)
    Found on Jamie Zawinsky's blog https://www.jwz.org/blog/2022/04/this-is-magical/
    Tue May 24 11:26:06 2022 - permalink -
    - https://github.com/x-hw/amazing-qr
    humor Python QR-code tool
  • 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://www.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://www.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://www.tuhs.org/pipermail/tuhs/2022-May/025771.html
    Mon May 9 08:15:48 2022 - permalink -
    - https://mirageos.org/
    OCaml operating-system
Links per page: 20 50 100
◄Older
page 26 / 119
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.