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 30 / 121
Newer►
  • 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
  • Crafting Interpreters, by Bob Nystrom
    Crafting Interpreters contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. See also the blog article http://journal.stuffwithstuff.com/2020/04/05/crafting-crafting-interpreters/ of the author, Bob Nystrom.
    Found on https://www.hpmuseum.org/forum/thread-17807-post-156535.html#pid156535
    Wed Mar 16 12:03:32 2022 - permalink -
    - https://craftinginterpreters.com/
    book interpreter software
  • GitHub - seemoo-lab/fido2ext: Bring Your Own FIDO2 Extensions!
    This repository documents how to implement custom FIDO2 extensions. It contains supplementary material to our paper at ETAA 2021. We describe how to implement extensions on all parts of the FIDO2 stack: On the relying party (website), on the client (browser), and on the authenticator (hardware token).

    Found via https://positive.security/blog/find-you and https://github.com/seemoo-lab/openhaystack
    Tue Mar 15 13:40:16 2022 - permalink -
    - https://github.com/seemoo-lab/fido2ext
    cryptography FIDO security software
  • 🎈 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
  • Laguerre's method for polynomial roots
    Implementations in Basic and C.
    Mon Mar 14 12:38:38 2022 - permalink -
    - https://www.hpmuseum.org/forum/thread-18120.html
    algorithm C Laguerre mathematics numerical software
  • O3 & BLE Weather Station Predicting Air Quality | Details | Hackaday.io
    Ozone sensor https://www.dfrobot.com/product-2005.html?tracking=60f546f8002be
    Wed Mar 2 18:05:18 2022 - permalink -
    - https://hackaday.io/project/183935-o3-ble-weather-station-predicting-air-quality/details
    electronics hardware physics
  • Air Quality Station v0.9 on a Breadboard | Hackaday.io
    Air Quality Station v0.9 on a Breadboard
    Measuring & plotting : °C, %rel.H, Pa, NO₂, C₂H₅CH, CO, CO₂, VOC, PM1, PM2, PM4, PM10 also: Count Particles of Sizes: 0.5, 1, 2.5, 4 & 10µm
    See https://wiki.seeedstudio.com/Sensor_gas/ for gas sensors
    Wed Mar 2 18:00:52 2022 - permalink -
    - https://hackaday.io/project/184113-air-quality-station-v09-on-a-breadboard
    electronics hardware physics
  • 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
  • Cool, but obscure X11 tools
    A small collection of tools for the X Window System. Found on https://wiki.xxiivv.com/site/catclock.html
    Thu Feb 24 18:54:55 2022 - permalink -
    - https://cyber.dabamos.de/unix/x11/
    graphical-programming tool Unix X11
  • The Tall Tower | Project Hieroglyph
    The tower project began when Neal Stephenson started asking a simple question: how tall can we build something? As he started working with structural engineer Keith Hjelmstad, it turned out that this question has some surprising answers. To learn more about the project or get involved, check out the https://hieroglyph.asu.edu/?gpages=tower-project.

    Found via https://100r.co/site/uxn.html
    Thu Feb 24 18:48:05 2022 - permalink -
    - https://hieroglyph.asu.edu/project/the-tall-tower/
    reading science-fiction Stephenson
  • the Fennel programming language
    Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a lisp syntax and macro system.

    Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa.
    Zero overhead: Compiled code should be just as efficient as hand-written Lua.
    Compile-time macros: Ship compiled code with no runtime dependency on Fennel.
    Embeddable: Fennel is a one-file library as well as an executable. Embed it in other programs to support runtime extensibility and interactive development.
    Anywhere you can run Lua code, you can run Fennel code.
    Wed Feb 23 14:01:22 2022 - permalink -
    - https://fennel-lang.org/
    language lisp Lua programming
  • Quickly Tangling : emacs
    Tangle scripts in sed and (g)awk because Org-mode tangling takes to much time.
    Wed Feb 23 13:49:48 2022 - permalink -
    - https://www.reddit.com/r/emacs/comments/steayf/quickly_tangling/
    literate-programming org-mode tool
  • qutebrowser | qutebrowser
    qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and PyQt5 and free software, licensed under the GPL.

    It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
    Wed Feb 23 13:47:06 2022 - permalink -
    - https://qutebrowser.org/
    browser FOSS GPL Python Qt
  • calculating π in dc(1)
    Two dc(1) programs to calculate π.
    Tue Feb 22 11:07:33 2022 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2022-February/025473.html
    RPN Unix π
  • 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
  • The 1090MHz Riddle
    A Guide to Decoding Mode S and ADS-B Signals. An open access (CC BY-NC-SA-4.0) book about Automatic Dependent Surveillance-Broadcast (ADS-B)  and Mode S secondary surveillance radar systems.
    Thu Feb 17 14:27:56 2022 - permalink -
    - https://mode-s.org/decode/index.html
    book electronics navigation
  • GitHub - vygr/ChrysaLisp: Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
    Assembler/C-Script/Lisp 64 bit, MIMD, multi CPU, multi threaded, multi core, multi user Parallel OS. With GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter, Debugger, Profiler, Vector Font engine and more...
    Found via
    Fri Feb 11 14:36:27 2022 - permalink -
    - https://github.com/vygr/ChrysaLisp
    lisp operating-system
  • Kalyn: a self-hosting compiler for x86-64
    Found via https://vlang.io/ → https://github.com/damon-kwok/v-mode → https://github.com/raxod502/straight.el
    The programming language playground https://riju.codes/ looks interesting too.
    Fri Feb 11 11:59:24 2022 - permalink -
    - https://intuitiveexplanations.com/tech/kalyn#what-the-project-is-and-why-it-exists
    blog compiler Haskell language lisp programming
  • Hard pass - diary at Telent Netowrks
    A password manager. It's a lot like pass ("the standard unix password manager") - which I have been using up 'til now - but it uses age instead of GPG to do the heavy lifting. Written in Ruby
    Tue Feb 8 14:20:43 2022 - permalink -
    - https://ww.telent.net/2021/8/14/hard_pass
    blog Ruby security software
Links per page: 20 50 100
◄Older
page 30 / 121
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.