Shaare your links...
2432 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 7 / 24
Newer►
471 results for tags TODO x
  • 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 ISLisp JavaScript lisp on-line software TODO
  • 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
  • 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
  • Unix on a Pi Pico
    Instructions for running Mini-Unix http://www.tavi.co.uk/unixhistory/mini-unix.html on an emulated pdp-11 using a Raspberry pi pico.
    Sat Mar 26 22:15:01 2022 - permalink -
    - https://groups.google.com/g/pidp-11/c/edwvsIjpaAM
    pdp-11 pi raspberry software TODO Unix π
  • Enviro for Raspberry Pi
    Hat for Raspberry Pi with a number of sensors:
    BME280 temperature, pressure, humidity sensor
    LTR-559 light and proximity sensor
    MICS6814 analog gas sensor
    ADS1015 analog to digital converter (ADC)
    MEMS microphone (datasheet)
    0.96" colour LCD (160x80)
    Connector for particulate matter (PM) sensor (available separately, see https://shop.pimoroni.com/products/pms5003-particulate-matter-sensor-with-cable?variant=29075640352851 )
    Sat Mar 26 22:05:46 2022 - permalink -
    - https://shop.pimoroni.com/products/enviro?variant=31155658457171
    electronics hardware pi raspberry TODO π
  • FGI-GSRx software receiver | National Land Survey of Finland
    The FGI-GSRx software receiver has been extensively used as a research platform for the last one decade in different national and international Research and Development (R&D) projects to develop, test and validate novel receiver processing algorithms for robust, resilient and precise Position, Navigation and Timing (PNT). At present, the FGI-GSRx can process GNSS signals from multiple constellations, including GPS, Galileo, BeiDou, GLONASS, and NavIC. The software receiver is intended to process raw Intermediate Frequency (IF) signals in post-processing. The processing chain of the software receiver consists of GNSS signal acquisition, code and carrier tracking, decoding the navigation message, pseudorange estimation, and Position, Velocity, and Timing (PVT) estimation. The software architecture is built in such a way that any new algorithm can be developed and tested at any stage in the receiver processing chain without requiring significant changes to the original codes.
    Mon Mar 21 16:04:27 2022 - permalink -
    - https://www.maanmittauslaitos.fi/en/fgi-gsrx-os
    GNSS GPL matlab radio satellite-navigation software TODO
  • The Communicative Value of Using Git Well – Math ∩ Programming
    Blog article describing the author's way of using git and some comparison to mercurial.
    Mentions John Wigley's book https://jwiegley.github.io/git-from-the-bottom-up/
    Thu Mar 17 10:42:41 2022 - permalink -
    - https://jeremykun.com/2020/01/14/the-communicative-value-of-using-git-well/
    blog git reading TODO version-control
  • 🎈 Public Lab: a DIY environmental science community
    Public Lab is a community and a non-profit, democratizing science to address environmental issues that affect people.
    Tue Mar 15 10:42:55 2022 - permalink -
    - https://publiclab.org/
    science TODO
  • Spencer Usenix 1992 paper [TUHS]
    The paper
    https://www.usenix.org/legacy/publications/library/proceedings/sa92/spencer.pdf
    sounds like it is worth reading.
    Tue Mar 1 16:15:39 2022 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2022-March/025504.html
    C programming reading TODO Unix
  • XXIIVV — about
    Wiki of devine, a member of 100 rabbits https://wiki.xxiivv.com/site/hundred_rabbits.html
    Lots of interesting ideas about programming, simplicity etc.
    For example, Catclock was originally an X10 program by Tony Della Fera, Dave Mankins, Ed Moy, Deanna Hohn and Philip Schneider, crafted for entertainment, in the late 1980's. It was also ported to the Plan 9 operating system by Tom Duff. https://wiki.xxiivv.com/site/plan9.html
    See https://100r.co/site/tools_ecosystem.html, https://100r.co/site/computing_and_sustainability.html which I (re?)discovered 2024-11-22
    Found via https://100r.co/site/uxn.html
    Thu Feb 24 20:06:29 2022 - permalink -
    - https://wiki.xxiivv.com/site/about.html
    computer graphical-programming Lisp minimalism plan9 Smalltalk TODO utopic-computing wiki
  • pipefile – attach filter to file in name space
    Plan9 command to insert filters for read and write access to a file. Found via https://marc.info/?l=9fans&m=164529121414777&w=2
    Sun Feb 20 14:29:10 2022 - permalink -
    - https://9p.io/magic/man2html/1/pipefile
    plan9 TODO
  • Various Thoughts
    https://lockywolf.wordpress.com/2019/02/16/a-mathematical-theory-of-systems-engineering-the-elements-by-a-wayne-wymore/
    Thu Feb 3 17:46:45 2022 - permalink -
    - https://lockywolf.wordpress.com/page/2/
    blog book review TODO
  • Better Web Browsing - riseup.net
    Recommendations for improving security/privacy-related settings of common Web browsers.
    Mon Jan 31 11:09:19 2022 - permalink -
    - https://riseup.net/en/security/network-security/better-web-browsing
    security TODO web
  • XKeyboardConfig
    X Keyboard Configuration Database
    The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems.
    https://people.uleth.ca/~daniel.odonnell/Blog/custom-keyboard-in-linuxx11 looks useful as well.
    Thu Jan 27 11:56:08 2022 - permalink -
    - https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
    key-binding TODO X11
  • Phil Budne
    Lot of information about the PDP-10 and other early computers.
    http://www.ultimate.com/phil/lil/
    Has a nice icon "This Web page is Lynx friendly!"
    http://www.ultimate.com/phil/images/lynx_friendly.gif
    Mon Jan 17 12:57:51 2022 - permalink -
    - http://www.ultimate.com/phil/
    computer history ITS pdp-10 TODO
  • How SQLite Is Tested
    Description of the test methods used for SQLite. The statements
     Valgrind is a simulator - it simulates an x86 running a Linux binary. (Ports of Valgrind for platforms other than Linux are in development, but as of this writing, Valgrind only works reliably on Linux, which in the opinion of the SQLite developers means that Linux should be the preferred platform for all software development.)
    are interesting, I did not get this from a casual reading of Valgrind's documentation.
    Sat Dec 25 14:40:16 2021 - permalink -
    - https://www.sqlite.org/testing.html#valgrind
    software testing TODO
  • Window-chord
    Key chords for window management inspired by the Symbolics Lisp-machine.
    Found on https://planet.scheme.org/ Monday, December 13, 2021. I did not find an URL for this post.
    See also the push-pin maps https://speechcode.com/blog/push-pin-maps
    https://speechcode.com/maps/world?places=ad,at,be,ca,ch,cn,cz,de,dk,ee,eg,es,fi,fr,gb,gr,hr,hu,id,il,it,jo,jp,li,lt,lv,mt,nl,no,ps,pt,se,si,sk,tr,us,va
    https://speechcode.com/blog/org-to-clipboard
    Wed Dec 15 08:05:28 2021 - permalink -
    - https://speechcode.com/blog/window-chord
    blog JavaScript key-binding lisp map Scheme TODO web
  • Die Faire Maus
    Computer mouse produced in Germany, trying to use fairly produced materials.
    Mon Dec 13 08:46:38 2021 - permalink -
    - https://www.nager-it.de/maus
    computer fairness german hardware TODO
  • From ‘guix environment’ to ‘guix shell’
    While this blog article is about a new feature of the Scheme-based Guix Linux package manager, it contans the following interesting observation about erroneous shell settings: "it’s not uncommon for the shell to mess up with the whole environment. Why? Because, contrary to documented practice, it’s quite common for users to define or override environment variables in the startup files of non-login shells, ~/.bashrc for Bash, ~/.zshrc for Zsh. Instead, environment variable definitions should go to the startup file of login shells—~/.bash_profile, ~/.profile, or similar. But let’s face it: it’s a subtle distinction that few of us know or care about."
    Thu Oct 28 01:29:02 2021 - permalink -
    - https://guix.gnu.org/blog/2021/from-guix-environment-to-guix-shell/
    programming Scheme shell TODO
  • How to have orgmode footnotes per entry? | Tech.ToryAnderson.com
    Footnotes can be collected in the entry where they are referred to rather than in a central place.
    Tue Oct 19 09:46:12 2021 - permalink -
    - https://tech.toryanderson.com/2021/10/13/how-to-have-orgmode-footnotes-per-entry/
    org-mode TODO
Links per page: 20 50 100
◄Older
page 7 / 24
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.