Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 10
182 results for tags computer x
  • Ben's Book of the Month: Review of "A Vulnerable System: The History of Information Security in the Computer Age" | RSA Conference
    Found on https://www.rsaconference.com/library/Blog/bens-book-of-the-month-review-of-computer-security-and-the-internet, a review of Paul C. van Oorschot's "Computer Security and the Internet: Tools and Jewels from Malware to Bitcoin".
    https://www.amazon.com/Vulnerable-System-Information-Security-Computer/dp/1501758942/ref=monarch_sidesheet_title
    Mon May 5 12:45:00 2025 - permalink -
    - https://www.rsaconference.com/Library/blog/bens-book-of-the-month-review-of-a-vulnerable-system
    book computer security
  • Computer Security and the Internet: Tools and Jewels from Malware to Bitcoin
    Interesting book by Paul C. van Oorschot, recommended by Rik Farrow on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2025-May/031832.html
    Mon May 5 07:17:33 2025 - permalink -
    - https://people.scs.carleton.ca/~paulv/toolsjewels.html
    book computer cryptography security
  • AIO-CM4-101 | Chipsee All-In-One desktop computer based on Raspberry Pi CM4.
    Found on Lars Ingebritsen's blog https://lars.ingebrigtsen.no/2023/07/19/raspberries-screens/
    Tue Apr 29 11:16:52 2025 - permalink -
    - https://chipsee.com/product/aio-cm4-101/
    computer hardware Linux pi Raspberry π
  • A museum of all things computational: mechanical, mainframe, mini, micro
    Forum about retrocomputing, found via a link on Norbert Landsteiner's site https://masswerk.at/lounge.php
    https://retrocomputingforum.com/t/some-materials-on-early-c-and-the-history-of-c/3016 looks interesting.
    Sun Mar 16 19:18:17 2025 - permalink -
    - https://retrocomputingforum.com/
    C computer history language programming reading TODO
  • Mailüfterl emulator
    The emulator can be used on https://norbertkehrer.github.io/mailuefterl/mailuefterl.html, information on the Mailüfterl computer can be found on
    https://norbertkehrer.github.io/mailuefterl.html
    See the blog entries "Floating Point Library for the Mailuefterl Computer and More Original Mailuefterl Programs
    Thursday, August 31, 2017" and
    "Mailuefterl Emulator in JavaScript
    Monday, July 10, 2017" on https://norbertkehrer.github.io/
    Thu Mar 13 16:31:05 2025 - permalink -
    - https://github.com/norbertkehrer/norbertkehrer.github.io/tree/master/mailuefterl
    computer history JavaScript on-line
  • How Unix Spell Ran in 64kB RAM
    "How do you fit a dictionary in 64kb RAM? Unix engineers solved it with clever data structures and compression tricks. Here's the fascinating story behind it."
    Mentioned by Aharon Robbins on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2025-January/031371.html
    Tue Jan 28 23:23:22 2025 - permalink -
    - https://blog.codingconfessions.com/p/how-unix-spell-ran-in-64kb-ram
    algorithm computer mathematics reading Unix
  • Maxima on the browser
    This is Maxima [1], a computer algebra system.

    The browser frontend has been built by Marius Gerbershagen using Embeddable Common Lisp [2], emscripten [3], gnuplot [4] and MathJax [5].

    Source code available on https://gitlab.com/spaghettisalat/maxima/-/tree/emscripten-port-deployed?ref_type=heads
    [1] https://sourceforge.net/projects/maxima/
    [2] https://ecl.common-lisp.dev/
    [3] https://emscripten.org/
    [4] http://www.gnuplot.info/
    [5] https://www.mathjax.org/

    Announced by Zach Beane on https://lispblog.xach.com/post/773844754188419072
    Tue Jan 28 10:07:54 2025 - permalink -
    - https://maxima-on-wasm.pages.dev/
    algebra computer Lisp mathematics web
  • THE DECSYSTEM-20 AT COLUMBIA UNIVERSITY (1977-1988)
    Found via a link on https://statespace.dev/tops-10.html
    Sat Jan 25 22:24:25 2025 - permalink -
    - https://www.columbia.edu/cu/computinghistory/dec20.html
    computer history pdp-10 reading
  • Panicz Maciej Godek: "The concept of Emacs Of all t…" - Functional Café
    Interesting discussion about the "Emacs nature" and some of the history.
    Tue Dec 17 11:38:55 2024 - permalink -
    - https://functional.cafe/@PaniczGodek/113630055034870975
    computer editor Emacs history
  • [TUHS] Pipes (was Re: After 50 years, what has the Impact
    Links to documents describing transputers and the Helios operating system, which has a GPL v3 licensed NG variant, https://github.com/axelmuhr/Helios-NG which appears to be dormant.
    Mon Dec 9 10:10:07 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-December/031154.html
    computer FOSS GPL history operating-system
  • Bell Systems Letters and Memos
    Mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-September/030872.html
    Some interesting documents are
    There Is No Royal Road to Programs - A Trilogy on Raster Ellipses and Programming Methodology (M. Douglas McIlroy)
    MM 67-4734-7 1967-05-15 2.54 MB An Introduction to the Available Programs and Other Design Aids for the Design of Filters, Equalizers and Other Networks
    MM 67-5311-18 1967-08-29 1.27 MB Notes on the Design of Cosine Roll-Off Filters

    A few days later, Chet Ramey posted https://www.tuhs.org/pipermail/tuhs/2024-October/030946.html the link https://www.telecomarchive.com/bstj.html where the Bell System Technical Journal from 1922 to 1996
    Sun Sep 29 15:34:58 2024 - permalink -
    - https://www.telecomarchive.com/lettermemo.html
    Bell computer history reading
  • GitHub - rems-project/sail: Sail architecture definition language
    Sail is a language for defining the instruction-set architecture (ISA) semantics of processors: the architectural specification of the behaviour of machine instructions. Sail is an engineer-friendly language, much like earlier vendor pseudocode, but more precisely defined and with tooling to support a wide range of use-cases.
    Found on the CHERI page https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/
    Wed Sep 25 14:49:22 2024 - permalink -
    - https://github.com/rems-project/sail
    computer hardware language programming
  • The Early History of the "more" Command
    Dan Halbert explains the origin of the Unix command more(1).
    Mon Sep 16 11:30:25 2024 - permalink -
    - https://danhalbert.org/more.html
    computer history Unix
  • A manual for the incompatible timesharing system, by Lars Brinkhoff
    Work in progress, mentioned on https://groups.google.com/g/pidp-10/c/YWoDDGWPt58/m/a8gOknBFAQAJ
    Wed Sep 4 23:43:39 2024 - permalink -
    - https://github.com/larsbrinkhoff/its-manual
    computer history ITS operating-system pdp-10 reading
  • Books by John Levine
    Includes "Linkers and Loaders", which I have seen before, but apparently I had not bookmarked it.
    Mon Sep 2 23:42:27 2024 - permalink -
    - https://www.johnlevine.com/books.phtml
    blog book computer reading
  • Vague, But Exciting
    Found on Paolo Amoroso's blog https://journal.paoloamoroso.com/blogroll
    Mon Sep 2 09:59:09 2024 - permalink -
    - https://thehistoryoftheweb.com/book/
    blog computer history reading web
  • A History of the ARPANET: The First Decade
    Appears to be an interesting read.
    Thu Aug 22 11:54:42 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-August/030591.html
    computer history network reading TODO
  • Tools to work on SimH disk files; SDF's interim computer museum
    "Jay Logue has an awesome set of tools using the user space file system support: FUSE for Linux and MacOS: https://github.com/jaylogue/retro-fuse which support UNIX v6, v7 and 2.9BSD filesystem formats." is intriguing.
    Not directly related, but the links to SDF's interim computer museum in https://groups.google.com/g/pidp-11/c/NR_EUdMj3cI/m/Phu3neBrAQAJ are interesting too.
    Tue Aug 6 21:36:41 2024 - permalink -
    - https://groups.google.com/g/pidp-11/c/9SHpZwleyek/m/VxxpNHYCAgAJ
    computer history TODO tool Unix
  • 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
  • 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
Links per page: 20 50 100
◄Older
page 1 / 10
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.