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 8 / 121
Newer►
  • OCapN Pre-standardization Group
    "We are a group focused on converging and working on pre-standardization of OCapN. OCapN stands for "Object Capability Network" and provides:

    CapTP (Capability Transport Protocol) which is the heart of OCapN. This protocol allows for networked programming which, with the appropriate tooling, has the convenience of programming against "networked objects" which are little different from any other asynchronous programming in the host language.
    A generalized "netlayer" interface and specifications of compatible implementations. OCapN's CapTP can be run over different "netlayer" implementations ranging from Tor Onion Services to IBC to I2P to libp2p to perhaps carrier pigeons with backpacks full of encrypted microsd cards.
    A URI structure for addressing machines and specific objects on machines."
    Found on planet.scheme.org https://spritely.institute/news/spritely-launches-supporter-drive.html
    Thu Dec 5 14:49:14 2024 - permalink -
    - https://ocapn.org/
    capability standard
  • Receiving Starlink Signals with an RTL-SDR and Ku-Band LNB
    Wed Dec 4 13:29:24 2024 - permalink -
    - https://www.rtl-sdr.com/receiving-starlink-signals-with-an-rtl-sdr-and-ku-band-lnb/
    radio satellite software
  • Flashing HP15CE with linux
    Max mentions the FOSS alternative https://ports.macports.org/port/bossa/ to SAM-BA in https://www.hpmuseum.org/forum/thread-22776-post-196270.html#pid196270
    Idarn commented https://www.hpmuseum.org/forum/thread-22776-post-196275.html#pid196275 that a patch is needed
    Thu Nov 28 12:03:09 2024 - permalink -
    - https://www.hpmuseum.org/forum/thread-22776.html
    calculator FOSS Linux tool
  • my blogging setup is my writing process | olano.dev
    Another blog using org-mode, found on Sacha Chua's blog https://sachachua.com/blog/2024/11/2024-11-25-emacs-news/
    See also the book list on https://olano.dev/blog/my-software-bookshelf
    Tue Nov 26 17:58:10 2024 - permalink -
    - https://olano.dev/blog/my-blogging-setup-is-my-writing-process/#footnote-reference-4
    blog org-mode reading
  • nfdn: Announcing Casual Calendar
    Transient-based user interface for calendar & diary.
    Tue Nov 26 13:44:40 2024 - permalink -
    - http://yummymelon.com/devnull/announcing-casual-calendar.html
    calendar emacs time tool
  • Norman Levinson (1912 - 1975) - Biography - MacTutor History of Mathematics
    The statement by G.H. Hardy supporting Norman Levinson is remarkable:
    "Tell me, Mr Bush, do you think you're running an engineering school or a theological seminary? Is this the Massachusetts Institute of Theology? If it isn't, why not hire Levinson."
    Mon Nov 25 15:36:31 2024 - permalink -
    - https://mathshistory.st-andrews.ac.uk/Biographies/Levinson/
    Hardy mathematics politics
  • Sterbenz lemma - exact computation of floating-point differences
    Mentioned on the MoHP forum https://www.hpmuseum.org/forum/thread-16122-post-154062.html#pid154062
    Mon Nov 25 11:17:16 2024 - permalink -
    - https://en.wikipedia.org/wiki/Sterbenz_lemma
    floating-point mathematics numerical
  • http://call-with-current-continuation.org/articles/brutalist-manifesto.txt
    Interesting ideas about minimalist programming. See also http://call-with-current-continuation.org/articles/keyboard-vs-mice.html, http://call-with-current-continuation.org/rants/rants.html and http://call-with-current-continuation.org/misc.html
    Fri Nov 22 10:10:23 2024 - permalink -
    - http://call-with-current-continuation.org/articles/brutalist-manifesto.txt
    politics programming reading Scheme
  • The Backbone – Creatures of Thought
    Another interesting book, found via https://technicshistory.com/2024/11/03/a-craving-for-calculation/ which was mentioned on the MoHP forum https://www.hpmuseum.org/forum/thread-22717-post-195784.html#pid195784
    Wed Nov 20 14:22:28 2024 - permalink -
    - https://technicshistory.com/the-backbone/
    blog book calculator history internet
  • François-Xavier Carton's blog - Managing system configuration on several machines with git
    Another approach to managing configuration files with git.
    Found via https://pedantic.software/ which was mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-November/031075.html
    Tue Nov 19 09:40:04 2024 - permalink -
    - https://pedantic.software/fxc/blog/managing_system_configuration_on_several_machines_with_git.html
    blog git TODO tool
  • Changing Org Mode underlines to the HTML mark element :: Sacha Chua
    Interesting article about the HTML mark element and how to use it with org-mode.
    Mon Nov 18 15:37:07 2024 - permalink -
    - https://sachachua.com/blog/2024/11/changing-org-mode-underlines-to-the-html-mark-element/
    HTML org-mode
  • Federated Wiki - About MathJax Plugin
    A new kind of wiki, from Ward Cunningham, inventor of WikiWikiWeb.
    Found on https://en.wikipedia.org/wiki/Ward_Cunningham and https://en.wikipedia.org/wiki/Federated_Wiki
    Wed Nov 13 14:07:38 2024 - permalink -
    - http://fed.wiki.org/view/welcome-visitors/view/recent-changes/view/about-mathjax-plugin
    mathematics reading web wiki
  • Using Paper for Everyday Tasks - Xe Iaso
    One of many interesting articles. See https://xeiaso.net/blog/2024/homelab-v2/, https://xeiaso.net/blog/idk-about-email/, https://xeiaso.net/blog/push-2fa-considered-harmful/ for others.
    On https://xeiaso.net/blog/move-away-rsa-ssh/, it is stated that "[it is] likely you can break 2048-bit RSA (the most widely deployed keysize) with a quantum computer that only uses 372 qubits of computational power. The IBM Osprey has 433 qubits."
    https://12factor.net/ sounds interesting too.
    Tue Nov 12 13:18:15 2024 - permalink -
    - https://xeiaso.net/blog/gtd-on-paper-2021-06-13/
    blog cryptography design org-mode physics reading
  • How to Make a Progressive Web Application | Heroku
    Found on Xe Iaso's blog https://xeiaso.net/
    Mon Nov 11 17:33:13 2024 - permalink -
    - https://blog.heroku.com/how-to-make-progressive-web-app
    reading TODO web
  • How I blog with Emacs - Org-Mode, Jekyll, Github Actions and interesting tidbits
    Elaborate setup for blogging with Emacs, org-mode, Jekyll and Github actions. Too complicated for my taste, but I still might learn something from the description.
    Tue Oct 29 23:44:46 2024 - permalink -
    - https://themkat.net/2024/10/22/how_i_blog_with_emacs.html
    blog HOWTO org-mode tool
  • Mathematicians Born In Austria - MacTutor History of Mathematics
    List of mathematicians born in Austria, there are pages for many other countries.
    Tue Oct 29 16:34:19 2024 - permalink -
    - https://mathshistory.st-andrews.ac.uk/Countries/Austria/
    mathematics reading
  • ./jq Tutorial
    jq is a lightweight and flexible command-line JSON processor.
    Tue Oct 29 11:38:25 2024 - permalink -
    - https://jqlang.github.io/jq/tutorial/
    JSON lic:MIT tool
  • Complex floats and some big root-finding speedups
    The statement "I've found that Aberth performs worse [than Weierstrass-Durand-Kerner] on most examples as its faster convergence is offset by the slower evaluation." is interesting.
    Fredrik Johansson is the author of https://mpmath.org/, https://arblib.org/ and https://flintlib.org/ arbitrary-precision libraries and of the Mathematical Functions Grimoire https://fungrim.org/
    Mon Oct 28 12:17:41 2024 - permalink -
    - https://fredrikj.net/blog/2024/06/complex-floats-and-some-big-root-finding-speedups/
    blog mathematics polynomial root-finding software
  • Overview - statichost.eu
    statichost.eu is a place for publishing your static websites in a privacy- respecting manner. We do not collect, store or process any personal information related to website visits.
    Found on Björn Lindström's page https://elektrubadur.se/about_page/
    Mon Oct 28 11:11:09 2024 - permalink -
    - https://www.statichost.eu/docs/#how-it-works
    politics tool web
  • Orgro: A mobile Org Mode file editor and viewer
    Another Android/iOS app for viewing and editing org-mode files.
    + LaTeX rendering sounds interesting
    Thu Oct 24 14:17:31 2024 - permalink -
    - https://orgro.org/
    Android editor FOSS lic:GPL3 org-mode
Links per page: 20 50 100
◄Older
page 8 / 121
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.