I’ve just released ScoreEdit version 1.2. It includes a lot of work to make drawing multi-voice scores actually work and look good, so I’m quite pleased with it. It’s actually useful for editing ABC files (at least, I’m finding it useful) so if that’s the sort of thing you want to do, then I encourage youContinue reading “New ScoreEdit released!”
Tag Archives: software
Xcode project framework: Tuist
I saw a couple of tools (mise, tuist) in use at NSScreencast and thought I’d try them out. They seem kinda useful, but it’s possible (likely) that I’m just not using them to their full potential, since they solve some problems that I sometimes have, and introduce new friction that I usually don’t have.
App Design Project: Inbox Assistant
The other day, Miguel de Icaza announced a pair of Swift packages to do email stuff. This, of course, makes me happy. I love email. Email is one of the greatest technologies in existence for the sometimes online computer: it gracefully handles periodic disconnections, so it’s my go-to for thinking about how to deal withContinue reading “App Design Project: Inbox Assistant”
Feature: Editing Preview
…or, WYGIWYG Context: in the Olden Days, I used a word processing application to write papers for school. The computer I used didn’t have pixel-level display, so rather than rendering the document as it would appear on my printer, I just got to edit the text along with the embedded control codes to turn onContinue reading “Feature: Editing Preview”
Local or Cloud? I Dunno.
This is more of a whinge than anything constructive. For all three readers who follow this blog, feel free to skip this entry unless you’re dying to find out why I haven’t made any progress on my current coding project.
Well-known avatar location
Terence Eden wrote a blog about a proposal for, essentially, “You want my avatar? Fine, you have my email address, go get it yourself.” Which, I must say, I like the premise. A lot. Since the key, in this exchange, is a person’s email address, the proposed service would most likely be something handled byContinue reading “Well-known avatar location”
Software Architecture Headache – Dependencies
I want to make my applications share data across devices, and do it even if the greater Internet is unavailable, if there’s a local network. So, peer-to-peer stuff. I went looking and found a framework that seems to be aimed directly at peer networking: LibP2P. There’s even a Swift implementation of it, sort of. EarlyContinue reading “Software Architecture Headache – Dependencies”
Framework: PowerSync
I’ve decided not to sweat trying to sell my applications (or even make them available) through the App Store. That is pretty freeing, really. It means I can stop trying to solve everyone’s problems and just focus on solving my problems. Given this new clarity, I’ve been thinking about what my problems really are, and the oneContinue reading “Framework: PowerSync”
App Publishing Tool: AltStore
This has come across my awareness a couple of times in the past several weeks, and it sort of entangles with some app development ideas I’ve been wrestling with. But anyway: AltStore. It’s a way to distribute apps to iOS platforms without (sort of) going through the Apple App Store. The easy way is onlyContinue reading “App Publishing Tool: AltStore”
File Sharing Software: Syncthing
Okay, there’s this software project called Syncthing. At its core, what it does is synchronize files among multiple devices. This is the kind of thing that I’m currently using Dropbox and Box and, to a much lesser extent, Google Drive for.