Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tech [2025/02/23 19:32] – created pfmtech [2025/08/29 23:52] (current) – add Lisp links pfm
Line 3: Line 3:
 This is a collection of random interesting technological ideas, designs and actually delivered things that I found interesting. This is a collection of random interesting technological ideas, designs and actually delivered things that I found interesting.
  
 +  * [[https://www.gnu.org/software/emacs/|GNU Emacs]] --- the most powerful editor out there. It's so flexible that it can be used not only to write text, but also to manage projects, exchange email, chat on XMPP or IRC, play tetris and much, much more! And if you use [[https://orgmode.org/|Org Mode]], it's even much more than that!
   * [[wp>Object-capability model]] --- a better way to model access control than just maintaining ACLs.   * [[wp>Object-capability model]] --- a better way to model access control than just maintaining ACLs.
   * [[wp>Theremin]] --- an analog synthesizer, a musical instrument, and a very cool device --- all at the same time!   * [[wp>Theremin]] --- an analog synthesizer, a musical instrument, and a very cool device --- all at the same time!
   * [[http://tunes.org/|TUNES Project]] --- an operating system project started in the 90's by a group of visionaries. I don't know if anything was ever implemented, but the ideas documented on this page are very interesting and inspiring.   * [[http://tunes.org/|TUNES Project]] --- an operating system project started in the 90's by a group of visionaries. I don't know if anything was ever implemented, but the ideas documented on this page are very interesting and inspiring.
 +  * [[https://dillo-browser.github.io/|Dillo]] --- a minimalist web browser with an engine of its own. There was [[https://fosdem.org/2025/schedule/event/fosdem-2025-4100-resurrecting-the-minimalistic-dillo-web-browser/|a talk about resurrecting Dillo]] on FOSDEM 2025.
 +  * [[wp>Forth (programming language)]], used for many space missions, but also to implement [[https://www.ultratechnology.com/okad2.htm|OKAD]] or [[https://kestrelcomputer.github.io/kestrel/2016/03/29/vibe-2.2|VIBE]] (a block-editor).
 +  * [[https://retroforth.org/|RetroForth]], a modern Forth dialect.
 +  * Common Lisp, Scheme, and some of the software written in these languages (e.g. what [[https://spritely.institute/|Spritely Institute]] is doing, but Lisp code also powered [[https://thenewstack.io/nasa-programmer-remembers-debugging-lisp-in-deep-space/|deep space flight-controller]]; see also: [[https://flownet.com/gat/jpl-lisp.html|Lisping at JPL]], [[wp>Impromptu (programming environment)]], [[https://www.youtube.com/watch?v=ud0HhzAK30w|Symbolics Concordia]]).