
Livecode indy 8.1.3 how to#
Later, I reimplemented the most features in a new application I called Blogworks using Objective-C and Cocoa as I learned how to develop stuff for the then new MacOS X. I really like the artwork it used for the splash screen: I ended up reimplementing the app and releasing it with a different name later.ħth public beta of iBlog running on MacOS 9. I used that name before they did, years before they did, but since I was a teenager in Brazil and they were a company in the U.S., I ended up without a way to keep that name. my iBlog is not the same as lifli iBlog which was bundled with macs at a later date. It was built in a time where we didn’t always had an internet connection available so it was good to be able to write posts offline and push them once a connection was available. It was called iBlog, it was built with REALBasic and was a client for Blogger API enabled sites allowing the user to create new posts and edit past ones.
Livecode indy 8.1.3 for mac os#
The first application I’ve built and released on the wild was actually a blogging client for Mac OS classic. I need this application I’m building to work on: Machine My site still versioned using git though, mostly as a convenience, because I have multiple machines and I want the site to be present in all of them so that I can post from any of my devices. I generate the site using scripts on the local machine and upload the resulting HTML files to the server using good old rsync. I don’t rely on some version control pipeline to generate my site using CI/CD stuff. My workflow is not the same as many bloggers using SSG. I want to get back to the desktop, and I don’t want to use electron. I could use one of the hip SaaS that behave like a CMS for SSG, but I’m trying to remove my reliance on both online tools and services outside my control. Using an SSG allows my own small VPS to survive large inbound traffic spikes on the rare occasions that a post I made gets popular, all I need is a better workflow for posting.

I really enjoy blogging and wish to do more of it, but I regret the amount of friction I’ve pilled upon myself by using a static site generator instead of something with a proper interface. In it I’ll talk about a real world application I’ve built for my own personal use to help me blog more. This post is not an attempt to contradict the post mentioned above but another datapoint for those wanting to learn more about cross-platform development tools. Recently I’ve read this post about the sad state of cross platform GUI frameworks and was quite impressed by how much I agree with it and how much I think we should focus more on desktop apps instead of SaaS and mobile stuff.
