veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

296
active users

#hypercard

0 posts0 participants0 posts today

sadly lost to a domain squatter a decade ago, Smackerel interactive was a canadian multimedia design duo (dave groff and kevin steele). mac users might remember them as the creators of the Mackerel Stack - a goofy hypercard stack that equal parts interactive toy and business card

after the company closed, dave and kevin went on to write some online retrospectives about art & design during the peak 1990s multimedia era. their mini-essays are succinct, thoughtful, and inspiring. i posted the first essay about hypercard a few months ago here: dialup.cafe/@vga256/1118969455

this is the second of those essays, recovered from the wbm... Learning From Limitations: When Bevelled Edges Were Cool.
web.archive.org/web/2010012713

kevin's a super nice guy. wish he had joined mastodon.

Ever since I heard about Bill Atkinson’s passing, I’ve been diving into everything I can find about HyperCard. Today, while the world was glued to WWDC25, I was off exploring alternate timelines—asking ChatGPT what HyperCard and the world might have become if it had never been discontinued. It was a blast. 💥

I’ve witnessed only a tiny number of noteworthy moments in #tech, but as a summer intern in 1987 I attended MacWorld and was in the auditorium when Bill Atkinson introduced #HyperCard. Completely mind-blowing: graphics, simplicity, expressiveness.

I remember HyperTalk’s surprising use of `it` as an accumulator:

```
get the selection
put it into the message box
```

I can’t name a contemporary user-friendly #programming environment that lets you create apps/sites as easily as HyperCard did. ☹️

"It was Mr. Atkinson who programmed QuickDraw, a foundational software layer used for both the Lisa and Macintosh computers; composed of a library of small programs, it made it possible to display shapes, text and images on the screen efficiently."
nytimes.com/2025/06/07/technol

The New York Times · Bill Atkinson, Who Made Computers Easier to Use, Is Dead at 74By John Markoff

I’m sure we will hear a lot about Bill Atkinson (RIP) over the next few days, but I want to point out the huge influence of #HyperCard on the Web. @timbl himself mentioned it in his original WWW proposal (cybercultural.com/p/1990-progr), early web browsers like ViolaWWW were modeled on HyperCard (cybercultural.com/p/1992-web-v), and even JavaScript owed a debt to it (HyperCard included an object oriented scripting language called HyperTalk; cybercultural.com/p/1995-the-b).

Cybercultural1990: Programming the World Wide Web
More from Richard MacManus

Next project I'm equally afraid and hyped about: re-implementing most of #HyperCard as #HTML form-based app. Requires:
- A working #HyperTalk (or the like) interpreter
- Card editing form that's flexible enough to build e.g. a calculator
- Script editing UI
- Smart evaluation that works well with old-school HTML-first UIs
- Server setup to handle all of these

Some of these are entirely new to me, and some don't have reasonable libs for in #CommonLisp, so I'm quite floored with the amount of work. But if I manage to make this thing, I'll have a reliable note-taking tool and a simple programming system!

(Now that I think about it, I don't really need a note-taking tool, because I use #hpda. And the simple programming system might as well be a headless HyperTalk interpreter...)