Earlier this week, I read a post titled “Build Libraries, Not Apps“, where the author (Nicolás Ortega Froysa) puts forth an idea that software developers should create the main part of their applications as libraries, then create APIs so that other developers can create alternate user interfaces in other clients if desired. I can see that being an appealing goal for developers who want their application to be used in lots of other settings. However, I do not think that most applications are designed to have alternate user interfaces. For myself, I think of the user interface that I want my application to have, and then create it, and then create the logic that powers that interface. It is not a design goal for me to support an API. Froysa mentions different ways that Unix/Linux applications can interact with libraries (GUI, text interface, command line interface). To me, if a design goal of the application is to support multiple clients, or provide services to other applications, then including an API makes sense.
Software Development
There are 110 posts filed in Software Development (this is page 9 of 11).
Install notes on 1999.io and MyWord Editor
I am working with Ron Chester to set up some instances of the 1999.io and MyWord Editor blogging tools, and have some test installs working on my Digital Ocean instance. I did have to make a tweak to one of the files in the nodestorage app, will be filing a Github issue on this. However, I did want to capture a few points that I re-learned in doing this again:
- Install separate instances of nodestorage for each app (using different ports), otherwise you will mess up one of the tool outputs.
- The Twitter API setup at apps.twitter.com has changed a little bit, what used to be called consumer secret and API secret are now part of the API secrets at the top of the page with the secrets info.
If you want to try the installs, go to the following URLs:
- http://fedwiki.andysylvester.com:1999 (1999)
- https://andysylvester.com/files/mwe5/ (MyWord Editor)
Read: Implementing h-feed
Interesting description of implementation of h-feed in a weblog.
Read: Unloved patches
Read: jExcel v3: The javascript spreadsheet
via Stephen Downes
Read: Tools are more valuable when they are connected
Read: Hypercard at 30
I can barely remember using Hypercard, wonder if anyone will do anything like it again…
Read: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
If I ever get tired of working in the aerospace industry, looks like there is plenty of need for old COBOL programmers….
Read: The Culture War at the Heart of Open Source
More thoughts on what “open source” means…
Read: Why open?
Here’s a part of open source that I have not thought about before:
Open source is a bottom-up, worker-led movement. The means and outputs of production are available to everybody. I think that’s beautiful – and, in a world where every aspect of our lives has been packaged and monopolized for profit, a powerful force for good.