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 11 / 121
Newer►
  • Ben Gurley and the PDP-1
    Found via a link on MoHP https://www.hpmuseum.org/forum/thread-22071-post-189526.html#pid189526
    The number of transistors is smaller than I had expected, it will be interesting to compare it with the values for Mailüfterl.
    Mon Jul 29 22:07:29 2024 - permalink -
    - http://www.computer-timeline.com/timeline/ben-gurley/
    computer history
  • Spezielle Relativitätstheorie
    Mentioned on MP
    Tue Jul 23 00:03:12 2024 - permalink -
    - https://homepage.univie.ac.at/franz.embacher/SRT/
    german physics reading
  • Social Computing, before the Internet
    Blog article about the social aspects of the ITS operating system at MIT, by Kent Pitman.
    Found via
    Mon Jul 22 22:43:27 2024 - permalink -
    - https://netsettlement.blogspot.com/2024/07/social-computing-before-internet.html
    blog computer history ITS operating-system Pitman
  • home | kamid
    kamid is a FREE, easy-to-use and portable implementation of a 9p file server daemon for UNIX-like systems with a strong focus on security and correctness.
    Found via https://www.cliki.net/tinmop, where a client for this 9p file server is described.
    See also the author's blog. e.g. https://www.omarpolo.com/post/joy-of-elisp-sndio.html
    Fri Jul 19 12:35:32 2024 - permalink -
    - https://kamid.omarpolo.com/index.html
    emacs FOSS lisp literate-programming plan9 software
  • List of literate programs
    I knew about Donald Knuth's  "TeX, the program" and David R. Hanson's "lcc, A Retargetable C Compiler: Design and Implementation", "C Interfaces and Implementations: Techniques for Creating Reusable Software", but not about "pbrt, Physically Based Rendering: From Theory to Implementation" by Matt Pharr, Wenzel Jakob, Greg Humphreys http://pbrt.org/ and "lguest, A lightweight x86 virtual machine monitor for Linux" by Rusty Russell https://swtch.com/lguest/
    Sat Jul 13 22:03:27 2024 - permalink -
    - http://kak.tx0.org/Notes
    literate-programming reading
  • From Oscilloscope to Wireshark: A UDP Story
    Matt Keeter explains measurements on a router. Does the oscilloscope really sample with 1 THz?
    Fri Jul 12 07:03:32 2024 - permalink -
    - https://www.mattkeeter.com/blog/2022-08-11-udp/
    blog electronics hardware
  • jq, a lightweight and flexible command-line JSON processor
    jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
    Tue Jul 9 14:07:42 2024 - permalink -
    - https://jqlang.github.io/jq/
    FOSS JSON reading software tool
  • Polprog's site
    Found a link to the floppy disc head alignment on the MoHP https://www.hpmuseum.org/forum/thread-22003-post-189057.html#pid189057
    Tue Jul 9 07:53:13 2024 - permalink -
    - https://polprog.net/
    blog computer electronics hardware history
  • LinuxCard - Dmitry.GR
    A DECstation emulator on a business-card sized PCB. The description is a nice read.
    https://hackaday.io/project/196769-decstation2040 for a RP2040 version, with 32 MB HyperRAM, 1024 x 864 mono video, and USB mouse/kb
    Mon Jul 8 11:22:37 2024 - permalink -
    - https://dmitry.gr/?r=05.Projects&proj=33.%20LinuxCard#_TOC_2673ce8234cc65bf5d5e81743172700b
    computer DEC hardware history MIPS Unix
  • Lin-Bairstow polynomial roots finder algorithm for DM42
    Includes a link to https://technical.swissmicros.com/doc/pdf/Bairstow.pdf
    Mon Jul 8 00:09:21 2024 - permalink -
    - https://www.hpmuseum.org/forum/thread-21984.html
    algorithm Hewlett numerical Packard polynomial root-finding
  • JBL Clip 2 Battery Replacement
    Fri Jul 5 19:07:06 2024 - permalink -
    - https://www.ifixit.com/Guide/JBL+Clip+2+Battery+Replacement/77736
    electronics hardware TODO
  • [TUHS] Anyone ever heard of teaching a case study of Initial Unix?
    Links to stories about the TENEX and TOPS-20 operating systems
    Thu Jul 4 15:38:30 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-July/030389.html
    computer history operating-system reading software TODO
  • Ideal OS: Rebooting the Desktop Operating System Experience
    Essay about disadvantages of desktop operating systems written in 2017. Found via Karl Voit's blog https://karl-voit.at/2024/06/22/rebooting-the-desktop/
    Some results are reported in https://joshondesign.com/2022/09/21/idealos_mark6, but it seems more like a (slow) prototype.
    Mon Jul 1 13:47:37 2024 - permalink -
    - https://joshondesign.com/2017/08/18/idealos_essay
    blog graphical-programming operating-system reading
  • OpenLDAP is a free implementation of the X.500 directory service standards.
    LDAP stands for Lightweight Directory Access Protocol. The lightweight part comes from the fact it does not implement ALL of the standard. X.500 is quite unwieldy, and much of it has been superseded (e.g. the OSI networking stack) or considered impractical (e.g. such as canonical per entry Distinguished Names) or undesirable (e.g. publishing directories of private entities like businesses).
    Found via a link on ... to https://wiki.gentoo.org/wiki/Project:Prefix
    Sun Jun 30 12:06:14 2024 - permalink -
    - https://wiki.gentoo.org/wiki/OpenLDAP_Server
    reading software TODO
  • ITP method, short for Interpolate, Truncate and Project
    The description below sounds intriguing.
    In numerical analysis, the ITP method, short for Interpolate Truncate and Project, is the first root-finding algorithm that achieves the superlinear convergence of the secant method[1] while retaining the optimal[2] worst-case performance of the bisection method.[3] It is also the first method with guaranteed average performance strictly better than the bisection method under any continuous distribution.[3] In practice it performs better than traditional interpolation and hybrid based strategies (Brent's Method, Ridders, Illinois), since it not only converges super-linearly over well behaved functions but also guarantees fast performance under ill-behaved functions where interpolations fail.[3]
    Fri Jun 28 08:55:26 2024 - permalink -
    - https://en.m.wikipedia.org/w/index.php?title=ITP_method&diffonly=true
    algorithm numerical TODO
  • Alice's Adventures in Numberland
    Blog of the mathematician Alice Silverman.
    Tue Jun 25 11:21:27 2024 - permalink -
    - https://numberlandadventures.blogspot.com/
    blog for:mp mathematics politics
  • project for converting an autotools build recipe to a bare makefile that can be read and modified by humans.
    Mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-June/030151.html
    Fri Jun 21 07:43:54 2024 - permalink -
    - https://gitlab.com/esr/autodafe/-/blob/master/README.adoc
    FOSS lic:BSD software tool
  • AES-GCM and breaking it on nonce reuse | frereit's blog
    Mentioned on Bruce Schneier's blog https://www.schneier.com/blog/archives/2024/06/demo-of-aes-gcm-misuse-problems.html
    Tue Jun 18 15:55:41 2024 - permalink -
    - https://frereit.de/aes_gcm/
    cryptography on-line reading
  • Unix in Lisp
    Common Lisp program trying to map between Unix and Lisp concepts.
    Sun Jun 16 15:35:27 2024 - permalink -
    - https://www.cliki.net/Unix%20in%20Lisp
    common-lisp lisp software Unix
  • A simple, elegant desktop BSD Operating System
    Mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-June/030078.html
    Fri Jun 14 22:15:18 2024 - permalink -
    - https://www.ghostbsd.org/
    BSD operating-system
Links per page: 20 50 100
◄Older
page 11 / 121
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.