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 6 / 10
Newer►
188 results for tags computer x
  • The Interim Computer Museum
    Includes links to on-line emulators for various unices, ITS and TOPS-20.
    Fri Mar 19 12:36:56 2021 - permalink -
    - https://icm.museum/
    computer history humor plan9
  • [TUHS] retro-fuse project
    FUSE-based filesystem capable of both reading and writing v6 disk images.
    https://github.com/jaylogue/retro-fuse
    Mon Feb 22 19:42:44 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2021-February/023244.html
    computer history Linux tool TUHS Unix
  • GitHub - larsbrinkhoff/oscilliscious
    https://github.com/larsbrinkhoff/its-presentation -
    https://github.com/larsbrinkhoff/oscilliscious Vector graphics audio oscilloscope library.
    https://github.com/larsbrinkhoff/emacs-history
    Mon Feb 22 16:51:32 2021 - permalink -
    - https://github.com/larsbrinkhoff/oscilliscious
    computer emacs graphical-programming history ITS
  • History of development and key concepts of Orthodox Editors
    The paper by Melinda Varian sounds interesting.

    Here is the quote from her very interesting paper ( I strongly recommend to read at least the beginning of this 73 pages paper -- it provides new insights into how two most interesting operating system Unix and VM/CMS were influenced by Corbato's CTTS and MIT Multix project)
    As of 2021-03, the link http://pucc.princeton.edu/~melinda/ is stale, but I found the paper (167 pages)
    VM AND THE VM COMMUNITY: Past, Present, and Future by Melinda Varian, April, 1991
    on http://www.leeandmelindavarian.com/Melinda/neuvm.pdf
    Mon Feb 22 13:20:36 2021 - permalink -
    - http://www.softpanorama.org/Articles/orthodox_editors.shtml
    computer editor history reading
  • Port of the "Ritchie C compiler" to the TI990 series processors
    This repository contains a port of the "Ritchie C compiler" to the TI990 series processors, in particular the 9995 and 99105 chips. The port is currently fairly complete; only floating point operations remain unported. Other tool chain components (assembler, linker, etc.) are also provided.

    The long term goal is to run ancient unix on these chips. As a first stepping stone on that journey, a port of the original 1983 version of the Xinu system has already been completed. The source for that is also in this repository.

    Announced on TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2021-February/023225.html
    Sun Feb 21 18:16:45 2021 - permalink -
    - https://1587660.websites.xs4all.nl/cgi-bin/9995/doc/tip/doc/index.wiki
    C compiler computer history Ritchie TUHS Unix
  • CODE Mechanical Keyboard
    Found via the COFF mailing list.
    Wed Feb 10 16:58:30 2021 - permalink -
    - http://codekeyboards.com/
    computer hardware keyboard
  • Home · MiSTer-devel/Main_MiSTer Wiki · GitHub
    MiSTer is an open project that aims to recreate various classic computers, game consoles and arcade machines, using modern hardware. It allows software and game images to run as they would on original hardware, using peripherals such as mice, keyboards, joysticks and other game controllers.
    Found via the TUHS mailing list
    https://www.tuhs.org/pipermail/tuhs/2021-February/023014.html
    Fri Feb 5 21:36:32 2021 - permalink -
    - https://github.com/MiSTer-devel/Main_MiSTer/wiki
    computer FPGA hardware history TUHS
  • Old laptops reconfigured into new computers for schools.
    Wed Jan 6 22:05:00 2021 - permalink -
    - https://hackaday.io/project/176450-the-x-pc
    computer hardware
  • Webpresence of Philip K.
    Interesting and thought-provoking blog.
    I should send some corrections of typos I found on https://ruzkuku.com/texts/unix-harmful.html and https://ruzkuku.com/texts/refs.html
    Sat Jan 2 22:39:13 2021 - permalink -
    - https://ruzkuku.com/
    blog computer emacs TODO Unix web
  • A family of devices which fit inside your USB port!
    I’m Tomu, a tiny ARM microprocessor which fits in your USB port. I have two buttons and two LEDs!
    I’m fully open source and am buildable by hobbyists! Designed for 2-factor authentication, USB experiments, or anything else you can think of.
    Can be used as U2F/FIDO authenticator, but has no AES hardware accelerator.
    Wed Dec 23 20:20:25 2020 - permalink -
    - https://tomu.im/tomu.html
    ARM computer hardware USB
  • How CPUs are Designed and Built
    The series will cover computer architecture, processor circuit design, VLSI (very-large-scale integration), chip fabrication, and future trends in computing.
    Sun Dec 13 21:53:59 2020 - permalink -
    - https://www.techspot.com/article/1821-how-cpus-are-designed-and-built/
    computer hardware reading
  • Collection of computer-related usenet articles
    Fri Dec 11 21:39:33 2020 - permalink -
    - https://ipfs.io/ipfs/QmdA5WkDNALetBn4iFeSepHjdLGJdxPBwZyY47ir1bZGAK/comp/index.html
    computer history reading
  • THE ULTIMATE MECHANICAL KEYBOARD CATALOG
    This is a collection of links
    https://candykeys.com/product/vortex-tab90M-ansi
    https://www.duckychannel.com.tw/en/about
    https://www.mechanical-keyboard.org/de/mechanische-tastaturen-im-test/
    https://www.mechanical-keyboard.org/de/mechanische-tastaturen-uebersicht/
    https://www.tomshardware.com/best-picks/best-budget-mechanical-keyboards
    https://www.alternate.at/Mechanische-Tastaturen?s=default&filter_2147482727=920&filter_2147482745=903/
    https://www.wasdkeyboards.com/products/accessories/switch-tester.html
    https://deskthority.net/wiki/Main_Page
    http://global.leopold.co.kr/Shop/Item.php?ItId=1550022047
    https://www.pcgamingrace.com/products/glorious-gmmk-pro-75-barebone-black-reservation
    Tue Dec 8 19:37:39 2020 - permalink -
    - https://mechanicalkeyboards.com/
    computer hardware keyboard
  • Old Unix cross-reference tool
    Hyper-linked and cross referenced rendition of the sources, much like doxygen or lxr does it. The desired features were:

    cover boot, kernel, networking, library and user level code
    cover C, assembler and other relevant languages with syntax highlighting
    provide 'what is used where' information, over the whole system
    provide hyperlinks for a fast code path analysis, especially across the user,library,kernel interfaces
    support to follow the execution logic of a system call starting from user code, through the library layer, through the kernel interface, to the kernel code by just following hyperlinks.
    Sat Nov 21 15:58:17 2020 - permalink -
    - https://wfjm.github.io/home/ouxr/
    computer history software Unix
  • WASD mechanical keyboards
    See also
    https://www.keyboardco.com/
    https://www.realforce.co.jp/en/
    butI have yet to find one with Control where the standard keyboard has CapsLock.
    Tue Sep 1 22:34:06 2020 - permalink -
    - https://www.wasdkeyboards.com/wasd-v3-105-key-iso-custom-mechanical-keyboard.html
    computer hardware keyboard
  • [TUHS] BSTJ archives
    Links to archives for the Bell System Technical Journal, the IBM Journal of Research and Development, DEC Technical Journal, the Hewlett--Packard Journal, and the Intel
    Technology Journal.
    Fri Aug 14 23:54:31 2020 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2020-August/022043.html
    Bell computer Hewlett history Packard reading TUHS
  • A Short History of UNIX
    Wed Jun 3 12:37:36 2020 - permalink -
    - http://www.tavi.co.uk/unixhistory/index.html
    computer history Unix
  • Reading List: Sunburst and Luminary
    Review of
    Eyles, Don. Sunburst and Luminary. Boston: Fort Point Press, 2018. ISBN 978-0-9863859-3-3.
    http://www.sunburstandluminary.com/SLhome.html

    The next blog entry is interesting as well.
    https://www.fourmilab.ch/fourmilog/archives/2019-11/001848.html
    Crossfield, Albert Scott and Clay Blair. Always Another Dawn. Seattle, CreateSpace, [1960] 2018. ISBN 978-1-7219-0050-3.
    Wed Dec 18 17:15:24 2019 - permalink -
    - https://www.fourmilab.ch/fourmilog/archives/2019-11/001849.html
    AGC blog book computer history space
  • Jim's Notes: Apollo Virtual AGC for Raspbian on Raspberry Pi 4
    Brief description of a failed attempt to install the virtual AGC
    from https://www.ibiblio.org/apollo/ on a Raspberry π 4 running Raspian.
    Thu Dec 12 13:37:41 2019 - permalink -
    - https://jim-st.blogspot.com/search/label/apollo
    AGC computer history pi raspberry space π
  • Retrocomputing - MIT CADR Lisp Machines
    Emulator of the MIT CADR. Basically a program to run its microcode. Last updated 2006-07-11.
    Mon Oct 7 15:29:57 2019 - permalink -
    - http://www.unlambda.com/cadr/index.html
    computer history lisp MIT software
Links per page: 20 50 100
◄Older
page 6 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.