Earlier quoted context omitted.
You change the file. Simple!
I like it. I of course was running through all kinds of scraping scenarios… which is why you got the app done and I didn’t,
An app can be a home-cooked meal (2020)
121–130 of 296 posts
Re: An app can be a home-cooked meal (2020)
#122Re: An app can be a home-cooked meal (2020)
#123> In our actual world, I built it in about a week, and roughly half of that time was spent wrestling with different flavors of code-signing and identity provisioning and I don’t even know what. I burned some incense and threw some stones and the gods of Xcode allowed me to pass. This resonated with me. This is a major source of friction to "scratching your own itch" in modern software development. Makes it extremely…
Yea, all the while hoping you don't mess up something even worse!
I feel like Apple has made some strides in this area - having Xcode manage a bunch of profiles + key signing and whatever else it does when I click "Yes, make it easier for me". But it also randomly forgets settings and breaks etc. which is fun to re-troubleshoot.
Re: An app can be a home-cooked meal (2020)
#124The idea is to allow people to “share ingredients” of internals of projects without the requirement of sharing the code
Re: An app can be a home-cooked meal (2020)
#125Watching Jeopardy is a new nightly tradition, but they always complained that they wish they could see the category when the clue is on screen, which is what inspired the project. It’s a full screen PWA and my mom likes to mirror her phone screen to their smart TV to play. There’s no score tracking or sound effects or “multiplayer” because it’s made for the way they like to play.
Of course, I can’t distribute it publicly either for copyright reasons, but I wouldn’t want to anyway.
Re: An app can be a home-cooked meal (2020)
#126Great read! This reminds me of a macOS app I made for my wife a few years back. It keeps track of the opening hours of all her favorite shops, and she can click a menu bar icon to see how long until each one closes today. It also warns if it's currently peak/rush hour for the shop, since she prefers to go when it's less crowded. It's a simple Qt app that uses a text file for data storage. I wrote it after noticing th…
What if a store’s hours change?
Re: An app can be a home-cooked meal (2020)
#127> I burned some incense and threw some stones and the gods of Xcode allowed me to pass. Gave an audible chuckle at this one. I've done many a battle with those gods; they be beasts.
Re: An app can be a home-cooked meal (2020)
#128I also think it propagates the notion that computers are magic and should only be programmed by magicians. But no software developer I have ever met has felt this way. I don’t feel this way.
Re: An app can be a home-cooked meal (2020)
#129Robin Sloan is a treasure. His newsletter is also top notch content.
Re: An app can be a home-cooked meal (2020)
#130Earlier quoted context omitted.
It's basically like the Google suite of apps or Next Cloud, I have the main app where you can manage your account, backups, etc, and it links to a bunch of other apps, each one living in a subdomain. The apps that already exists are: - Password manager - Finances - Contacts - Account (Backup, Restore, private keys, etc) - Authenticator (OTP, TOTP) - Email - Photos - Movies (2 parts, one is an IMDB like manager and th…
“Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.” - Zawinski’s Law :)
Once you got away from social apps, it was clearly feature creep. That was my indicator for when there was probably a better alternative app for accomplishing the app’s original purpose, but it was often too late to switch due to the network effect.