If you’re a small shop and have a need for a little database, what do you use? Is there a default now? Notion?
Decker, a platform that builds on the legacy of Hypercard and classic macOS
21–30 of 110 posts
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#22It seems application state is mainly maintained in the widgets. Reminds me of Delphi. Is there a similar concept for representing state in a well-suited data structures, that can be created and composed visually like the UI widgets?
You can create "contraptions" as specialized data containers/editors for specific applications:
http://beyondloom.com/decker/decker.html#customwidgets
For example, "WigglyKit" offers several contraptions which operate on a shared convention for representing animated images:
http://beyondloom.com/decker/wigglykit.html
You can also represent composite data as a series of cards in a deck, or use cards as encapsulated "objects" that you communicate with via events:
http://beyondloom.com/blog/sketchpad.html#cardsarerecords
In a pinch, you can also easily encode arbitrary data in fields as a JSON superset with their ".data" attribute.
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#23Is there a place these days for interfaces like this? I’m thinking about self contained applications like HyperCard stacks, but also FileMaker databases or even Access databases where we had interfaces linked to a database all as a self contained application. These tools with scripting languages powered a ton of small business applications. I know a lab I worked with was still using FileMaker databases up until a few…
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#24Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#25I miss HyperCard and I love projects like this at a nostalgia level - but if you're going to have aspirations that this is useful today (2026) with a real project then its a complete waste of time. I want HyperCard where I can build out a stack or whatever and actually present it to people as a real and tangible thing. I love living in the past as much as anyone else, but this is a little disappointing.
A few years ago, I think there would have been a market for a HyperCard-inspired tool that targeted modern technologies - probably web tech.
Today, I guess vibecoding is what HyperCard was in the 80s and 90s, the tool you can use to quickly and easily build a little program that fills your specific need.
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#26I'm afraid that HyperCard is too old for broader audience to be able to grasp how extraordinary experience it was providing. As a 6-7yo I had a collection of English words, stored with my own definitions and pronunciations, using basic building blocks, and it was as easy and intuitive as writing these words in my notebook. People used the same building primitives to make real games or stuff like accounting applicatio…
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#27Is there a place these days for interfaces like this? I’m thinking about self contained applications like HyperCard stacks, but also FileMaker databases or even Access databases where we had interfaces linked to a database all as a self contained application. These tools with scripting languages powered a ton of small business applications. I know a lab I worked with was still using FileMaker databases up until a few…
A solution would probably be Airtable.
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#28Is there a place these days for interfaces like this? I’m thinking about self contained applications like HyperCard stacks, but also FileMaker databases or even Access databases where we had interfaces linked to a database all as a self contained application. These tools with scripting languages powered a ton of small business applications. I know a lab I worked with was still using FileMaker databases up until a few…
I created my bibliographic database with HyperCard. And I still miss it. HyperCard's attractiveness was the easy UI creation. FileMaker wasn't bad, but a bit more limited UI wise. And sqlite, while a phantastic DB misses the easy UI.
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#29Is there a place these days for interfaces like this? I’m thinking about self contained applications like HyperCard stacks, but also FileMaker databases or even Access databases where we had interfaces linked to a database all as a self contained application. These tools with scripting languages powered a ton of small business applications. I know a lab I worked with was still using FileMaker databases up until a few…
SQLite seems to me like it fits the bill.
Re: Decker, a platform that builds on the legacy of Hypercard and classic macOS
#30I'm afraid that HyperCard is too old for broader audience to be able to grasp how extraordinary experience it was providing. As a 6-7yo I had a collection of English words, stored with my own definitions and pronunciations, using basic building blocks, and it was as easy and intuitive as writing these words in my notebook. People used the same building primitives to make real games or stuff like accounting applicatio…