Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Paolo Amoroso

@amoroso@fosstodon.org
mastodon 4.6.6
  • Open on fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding.

No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests.

#Lisp #Interlisp #CommonLisp

250 Followers
108 Following
30 Posts
Joined October 07, 2022
🌐 Blog:
https://journal.paoloamoroso.com
:github: GitHub:
https://github.com/pamoroso
⁂ Blog:
@paolo@journal.paoloamoroso.com
🌐 Personal site:
https://paoloamoroso.com

Posts

Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Apr 28, 2025
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @amoroso@fosstodon.org
@amoroso 👆 My new Mastodon account is @amoroso@oldbytes.space and I'm initiating the migration to Oldbytes. See you in a few hours.
10
5
3
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Apr 28, 2025
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

I decided to migrate my Mastodon account from Fosstodon to @amoroso@oldbytes.space over the next few hours. For more context see:

https://kevquirk.com/blog/my-thoughts-on-the-fosstodon-drama

https://coreysnipes.com/thoughts-on-fosstodon.html

Given this, I sincerely hope the instances that plan to defederate Fosstodon will delay by a few days to allow people to complete migrating.

11
8
1
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Apr 26, 2025
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

This 2019 Mastodon feature request suggests supporting post transfer when migrating to a different instance. If you'd like such a feature (I sure do) consider thumbing-up or reacting to the issue.

https://github.com/mastodon/mastodon/issues/12423

Thanks @tokyo_0@mas.to for the reminder.

#mastodon #fediverse

GitHub

Support Post Migration · Issue #12423 · mastodon/mastodon

#177 – Support Account Migration – was closed after implementing follower migration, but this is only one small part of a true migration. To really be able to change instances, you need to be able ...

19
1
16
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Mar 05, 2025
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @sgharms@techhub.social
@sgharms@techhub.social Glad you made it, it looks good. Maiko also has FreeBSD build scripts and works on Wayland (likely via xwayland) as it doesn't do anything too esoteric.
0
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 14, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @amoroso@fosstodon.org
@sgharms In addition, Medley is pretty much Lisp all the way down. Nearly every single piece of the system, from the lowest to the highest layers, is Lisp and can be accessed/called from Lisp (eg at some point the full TCP/IP stack was written in Lisp). Whereas on Linux you have a shell language, compilers for various languages, more languages in your web stack, and so on. There's little or no interoperation and data sharing between these languages and the processes they run in.
1
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 14, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @amoroso@fosstodon.org
@sgharms Here I opened an editor to modify the system function (think kernel, window system) that creates a window, CREATEW. See the dumb comment near the end. I could, say, add some logging code, recompile (just the function, not the whole system), and have the new behavior instantly running in the updated system at the next window opening.
1
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 14, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @amoroso@fosstodon.org
@sgharms 2 Yes, that's more or less it. Medley is as if you could call or access a single piece of the kernel or a running program from the shell or other parts of the system (the Firefox example in 1.).
1
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 14, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @sgharms@techhub.social
@sgharms 1. Back then Medley offered what now we consider a full desktop distro like Ubuntu or Fedora, not just a minimal one with X and twm. Medley offered OS kernel, window system, network stack, print manager, Lisp interpreters and compilers, Lisp libraries, debugger and dev tools, applications (eg word processor), and more. Everything had a public Lisp API or could be called and accessed from Lisp, down to the individual function (think calling a single Firefox C++ function while it runs).
1
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 14, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @sgharms@techhub.social
@sgharms If you mean a minimal Lisp OS, if it stayed up I don't think there would be much difference with traditional operating systems: the specific program would continue to run in the minimal Lisp environment. What's unique of a Lisp Machine environment is that the operating system, the development environment and tools, the programs under development, and the deployed programs run inside and share the same address space. Each of these entities can access, interact with & change the others.
0
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 12, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @sgharms@techhub.social
@sgharms Thanks, it's a real joy for me as I'm having too much fun with Medley.
2
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 12, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @lopta@mastodon.social
@lopta I don't know whether PARC's Mesa provided 3D libraries but it's unlikely. @interlisp
0
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 12, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @lopta@mastodon.social
@lopta Yes, Wirth did spend two sabbaticals at PARC and was inspired by the graphical environments being developed there such as Mesa, Smalltalk, and Interlisp-D. @interlisp
2
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 12, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @interlisp@fosstodon.org
@interlisp 👆 The Medley Interlisp Project lands on the fediverse with the official Mastodon account @interlisp ran by yours truly. It's the beginning of a new adventure in Lisp and the history of computing you're invited to join. #interlisp #lisp #retrocomputing
23
2
22
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 21, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @bitsplusatoms@mastodon.social
@bitsplusatoms Good point.
0
2
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 21, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @bitsplusatoms@mastodon.social
@bitsplusatoms Maybe traditional punched cards displaced and eclipsed notched card to the point the latter faded from history.
0
4
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 21, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @bitsplusatoms@mastodon.social
@bitsplusatoms Thanks, didn't know those cards.
0
6
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 21, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

The @hist_HT@hci.social Historic Hypertext Project: Mind-Blowing Hypertext Systems and Paradigms:

"[...] aims at collecting and running historic hypertext systems. We try to install them in virtual machines and provide information about their functionalities and technologies."

The project coordinator is Prof. Claus Atzenbeck @clausatz@hci.social of Hof University, Germany.

#hypertext #retrocomputing

9
23
3
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 17, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @jgordon@appdot.net
@jgordon Great days.
1
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 16, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

The rise of the Web prematurely ended an era of active research and creative experimentation with hypertext technologies. In this paper @eastgate@c.im picks up where this era left off, and presents a neoclassical extension to embed web components in a classical hypertext system.

A Novel Architecture for Classical Hypertext
https://dl.acm.org/doi/10.1145/3648188.3675147

#hypertext #web

21
2
12
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 15, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @runes@mefi.social
@runes There was a lot of experimentation with hypertexts back then.
0
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 15, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @lispm@moth.social
@lispm I'll definitely share my experience.
1
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Sep 15, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

I'm having too much fun exploring NoteCards, the hypermedia system of Medley Interlisp. It provides a rich hypertext environment and tools as well as an extensive, easy to use Interlisp API.

This is a good introduction:

Notecards in a Nutshell
https://dl.acm.org/doi/10.1145/29933.30859

#NoteCards #interlisp #HyperText

14
4
7
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · May 02, 2024
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

Common Lisp Quick Reference is a nicely designed, comprehensive, and handy Common Lisp cheatsheet. It's available in different PDF versions for printing as a booklet or online browsing, as well as LaTeX source.

http://clqr.boundp.org

#CommonLisp #lisp #cheatsheet

25
0
13
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Nov 09, 2023
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @camstonefaux@furry.engineer
@camstonefaux@furry.engineer Well, it sort of qualifies.
1
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Nov 09, 2023
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @Extelec@mstdn.social
@Extelec@mstdn.social Well, I thought the tape might have been among the hundreds at the back of the room 😀
2
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Nov 09, 2023
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @Extelec@mstdn.social
@Extelec@mstdn.social FETCH TAPE 285
2
2
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Oct 27, 2023
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org

PSW (Process Status Window) is an Interlisp tool for monitoring and managing "processes", which we now call threads. Here is PSW in Medley Online on my Chromebox, with the lower pane showing a function call backtrace of the selected process.

#interlisp #lisp #retrocomputing

8
0
6
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Jul 01, 2023
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @isntitvacant@hachyderm.io
@isntitvacant@hachyderm.io Great, thanks.
1
0
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Jul 01, 2023
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @isntitvacant@hachyderm.io
@isntitvacant@hachyderm.io Great resource but I'm not sure I can find part 1.
0
1
0
0
Open post
amoroso
Paolo Amoroso @amoroso@fosstodon.org · Dec 17, 2022
Paolo Amoroso
@amoroso@fosstodon.org

Astronomy, space, Linux, retrocomputing, Lisp, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp

fosstodon.org
Replying to @Gargron@mastodon.social
@Gargron@mastodon.social Is he a friend of F.E. Diverse?
2
0
0
0

Remote instance

fosstodon.org
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 04:34:21 UTC