Do you still need to pay Apple's extortionate $99/year developer fee if you're only developing apps for private/personal use?
Yes. And it's explicitly not allowed to publish in the app store for such a small audience.
An app can be a home-cooked meal (2020)
141–150 of 296 posts
Re: An app can be a home-cooked meal (2020)
#142I love writing bespoke software! My little bonus Christmas gift to my parents this year was a kind of Jeopardy clone that uses a dataset of questions from thousands of shows. Watching 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 scree…
A lot of the time, the hardest part for these things is finding the dataset (and the hardest part of personal projects in general). How did you curate yours?
I don’t do any real “curation”, I just cache the entire dataset with a web manifest file and do some simple processing on it to find a game with a full set of questions.
Re: An app can be a home-cooked meal (2020)
#143Re: An app can be a home-cooked meal (2020)
#144This is poetry. I have been working on a personal project for the last 10 years that replaces every other app I used to use - E-mail, calendar, and all the others we all use on a daily basis - and every time someone sees me using it they ask "Wow, this is amazing, how do I download it!?", and the answer is always the same: you don't. There's a beauty to engineering something having yourself as the target user, and no…
Re: An app can be a home-cooked meal (2020)
#145Is this iPhone? How did you distribute said app?
I had the same question. He says TestFlight, but he's handwaving some of the headaches of that. TF builds expire every 90 days. The other option would be an adhoc certificate, but then you have to collect everyone's apple id. Apple makes this kind of app distribution process more painful than it needs to be.
Re: An app can be a home-cooked meal (2020)
#146Earlier quoted context omitted.
Once SMS itself becomes a more modern way of communicating. Currently every 160 (IIRC) characters costs, sending images (and god forbid videos) is barely worth it, not to mention the lack of security. Comparing to food, I would say this is as good as saying “Why not just buy a bag of chips instead of cooking a meal”
Most people don't actually use SMS though, despite thinking that they use SMS. My mom still thinks she uses SMS, despite it just being iMessage in the end. Messages can be long, video, images etc are easy and we have about 4-5 different group conversations going at any given time in my family.
Re: An app can be a home-cooked meal (2020)
#147Re: An app can be a home-cooked meal (2020)
#1482020: 556pts, 132 comments https://news.ycombinator.com/item?id=22332629>
2022: 186pts, 51 comments https://news.ycombinator.com/item?id=32800518>
Re: An app can be a home-cooked meal (2020)
#149This post changed my mind about sideloading on iPhones. Before I read it I was firmly in the camp of “lock it down, so grandma doesn’t get hacked.” But now I just think it stops people from making home cooked meal apps like this. I 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)
#150> 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…
Indeed. The #1 thing I need from my platforms is that I don't need to get anyone else's permission to develop and install any programs on it that I wish. That basically rules out Apple and Microsoft.
What do you mean by ruling out Microsoft? You can install and run your own software on Windows?