Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

amoroso, to random
@amoroso@fosstodon.org avatar

The history and anthropology of dark mode in the transition from the print era to the digital world, with a discussion of why dark mode is making a comeback with mobile devices.

https://www.discoursemagazine.com/p/the-dark-side-of-the-screen

amoroso, to Lisp
@amoroso@fosstodon.org avatar

The Medley Interlisp site now has a donation page for supporting the project via a number of donation platforms and options:

https://interlisp.org/donate

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

Matthias Wiesmann reflects on how much computing used to be diverse over four decades ago. As an example he explains how weird the Commodore 64 was compared with modern systems.

https://wiesmann.codiferes.net/wordpress/archives/37378

amoroso, to Lisp
@amoroso@fosstodon.org avatar

The Medley site has an experimental mirror of the source tree https://interlisp.org/src (may change) where Interlisp sources and TEdit files are available as PDFs, with the former prettyprinted and syntax highlighted.

A nice feature is bitmaps in Interlisp files are rendered as actual bitmaps like in this snippet of an address book program:

https://interlisp.org/src/lispusers/ADDRESSBOOK.pdf

AddressBookBM is a bitmap, AddressBookMask a mask for the transparent background of AddressBookBM.

amoroso, to VintageOSes
@amoroso@fosstodon.org avatar

A young developer who never used Windows 98 back in the day stumbled upon an introductory book on the operating system and posted his impressions on skimming it, which brought him joy. He wrote:

"I was also left with the impression that perhaps I would like more software to come with a physical manual."

https://jamesg.blog/2024/05/19/windows-98-manual

jake4480,
@jake4480@c.im avatar

@amoroso haha thanks! Now I'm wondering how common they are.. I do see early web stuff sometimes.

amoroso,
@amoroso@fosstodon.org avatar

@jake4480 Maybe not that common as AbeBooks doesn't carry much.

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

In this interview Charles Simonyi told the origin of the acronym WYSIWYG in the context of his work at Xerox PARC on the Bravo word processor, see page 21:

https://archive.computerhistory.org/resources/access/text/2015/06/102702232-05-01-acc.pdf#page=21

Xerox Star ads such as this might have been inspired by the anecdote Simonyi told:

https://interface-experience.org/site/wp-content/uploads/2015/01/IE-Star-2.jpg

From here:

https://interface-experience.org/objects/xerox-star-8010-information-system/

By the way, it's an interesting 2008 interview Grady Booch did with Simonyi for a Computer History Museum oral history project.

mattof,
@mattof@emacs.ch avatar

@amoroso lovely video too on https://interface-experience.org/objects/xerox-star-8010-information-system/

With real cut & paste (of paper :)

amoroso,
@amoroso@fosstodon.org avatar

@mattof The video is cool and reminds how much paper we handled back then.

amoroso, to random
@amoroso@fosstodon.org avatar
rogersm,
@rogersm@mastodon.social avatar

@amoroso I though you were running it locally.

A pity the 256 meg limitation.

amoroso,
@amoroso@fosstodon.org avatar

@rogersm I can run it locally too but it still can't use more than that amount of memory.

amoroso, to Lisp
@amoroso@fosstodon.org avatar

I didn't know much about John Allen, the author of the classic 1978 book Anatomy of LISP. This post by a researcher who knew him well tells a bit about Allen, his work, and his passion for Lisp and computing.

https://mcjones.org/dustydecks/archives/2024/04/11/1249/

halla,
@halla@fosstodon.org avatar

@amoroso Nice read indeed!

amoroso,
@amoroso@fosstodon.org avatar

@halla Glad you like it.

amoroso, to Lisp
@amoroso@fosstodon.org avatar

I didn't realize ACM makes available the full-ish archive of the LISP Pointers journal SIGPLAN published from the late 1980s to the mid 1990s. It contains most of the papers of most of the issues, an historical treasure of practical value.

https://dl.acm.org/loi/sigplan-lisppointers

weekend_editor,
@weekend_editor@mathstodon.xyz avatar

@amoroso

I may have some in a box around here somewhere. You can have them if you want, though given they're online, I dunno why anyone would want them.

Gotta find 'em first, though.

amoroso,
@amoroso@fosstodon.org avatar

@weekend_editor No thanks, they're available now.

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

The history of corporate presentations from film slides to PowerPoint. Back in the day we all did our fair share of presentations, but likely with far less fancy film slide equipment.

https://www.technologyreview.com/2023/08/11/1077232/corporate-presentations-history/

amoroso, to Lisp
@amoroso@fosstodon.org avatar

In this 1994 paper Richard Waters acknowledged the momentum of C and its implications for the Lisp ecosystem. He laid out a stretegy for the survival and growth of Lisp focused on the development of a critical mass of reusable software.

Three decades later the Lisp community has come a long way but, as Waters concluded back then:

"As long as we are a vibrant community [...] Lisp will hold its own."

https://dl.acm.org/doi/abs/10.1145/192590.192600

#lisp #CommonLisp #scheme

amoroso, to random
@amoroso@fosstodon.org avatar

I know, Git is a mess. But, since we're stuck with it, we may as well try to learn how it works with resources like this, which aims to lead to some form of Git enlightenment.

https://think-like-a-git.net

thezerobit,
@thezerobit@anticapitalist.party avatar

@amoroso
That's a laudable effort.

My git workflow is minimalist and defensive. I know the fewest possible commands to get my work done, and I work defensively, so I merge and push my feature branch work upstream before merging in the latest. If things go sideways, all I have to do is nuke the folder and try again. I commit as little brain real-estate possible to Git and give it as few opportunities to fuck up my life as possible.

amoroso,
@amoroso@fosstodon.org avatar

@thezerobit I have a similr defensive approach.

amoroso, to Lisp
@amoroso@fosstodon.org avatar

Alex Schroeder @alex checked out Medley Interlisp and shared his first impressions and goals:

https://alexschroeder.ch/view/2024-05-11-distractions

By the way, Medley does run on the Raspberry Pi but as a Linux application, not on the bare metal as Alex probably means:

https://journal.paoloamoroso.com/paoloamoroso/early-experience-with-medley-on-the-raspberry-pi-400

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

An overview and brief history of POSIX from the angle of software portability on Unix.

https://vorakl.com/articles/posix

amoroso, to Lisp
@amoroso@fosstodon.org avatar

A sneak peek at a Common Lisp program I'm writing on Medley. Figuring what the program does is left as an exercise.

lispm,
@lispm@moth.social avatar

@amoroso Cool.
I think I once wrote something similar for Genera. ;-)

amoroso,
@amoroso@fosstodon.org avatar

👆 I posted the initial code and some notes on Insphex, a new hex dump tool in Common Lisp I'm writing under the Medley Interlisp environment. The program is similar to the Linux command hexdump.

https://journal.paoloamoroso.com/insphex-a-hex-dump-tool-in-medley-common-lisp

https://github.com/pamoroso/insphex

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • anitta
  • InstantRegret
  • GTA5RPClips
  • cubers
  • ethstaker
  • normalnudes
  • tacticalgear
  • cisconetworking
  • tester
  • Leos
  • modclub
  • megavids
  • provamag3
  • lostlight
  • All magazines