Live data from Hacker News

An app can be a home-cooked meal (2020)

robinsloan.com

21–30 of 296 posts

Re: An app can be a home-cooked meal (2020)

#21

I’ve been wanting to make something along this spirit. A personal social network. No influencers. No ads. It rides on existing messaging rails (email, SMS, IM…) for distribution. You just post stuff to your feed, and your contacts get a notification when appropriate.

Like Monica, Contact Journal or the Apple Journal app? https://www.monicahq.com/ https://socialcontactjournal.com/ https://www.apple.com/ae/newsroom/2023/12/apple-launches-jou...

Re: An app can be a home-cooked meal (2020)

#23
post #12
post #7

> When you liberate programming from the requirement to be professional and scalable, it becomes a different activity altogether, just as cooking at home is really nothing like cooking in a commercial kitchen. What if you have never cooked at home but all the time in a commercial kitchen? That's the reality for most of us here so it is a bit difficult to relate to this article.

> What if you have never cooked at home but all the time in a commercial kitchen? That's the reality for most of us here so it is a bit difficult to relate to this article. Really? I'd hazard a guess that the majority here (> 50%) have never worked at a commercial kitchen! I'm honestly curious to understand why you think most people here must have worked at commercial kitchen and never cooked at home?

The poster is speaking through the analogy: they mean most people here have coded professionally but not at home. I'm not sure I agree with that, I think a lot of programmers have done hobby projects, even if only when they were starting out.

Re: An app can be a home-cooked meal (2020)

#25
Lovely idea. I’ve been thinking of “small scale web things” a lot recently, as I’ve been growing more and more tired of the planet scale web. I live in a small village in Canada and it would be nice to have something “village scale” that is only of interest, and as such perfectly adapted to only our village. Because it’s so small scale (we’re only a couple thousand), it can run on something in my closet. If it goes down for some reason, there’s no being angry with some large corporation behind it because it’s just me, and we mostly all know (of) each other here. If it’s temporarily down because or a power outage (which happens quite regularly here, especially during snow storms), even that will feel local: there’s a good chance users will have the same power outage. I’m probably being idealist and I’ll never do anything like this. Part of me also knows that most people will just continue using Facebook groups etc anyway.

Re: An app can be a home-cooked meal (2020)

#26
post #20

Earlier quoted context omitted.

TestFlight is mention in the article so I guess yes, iPhone.

I'm actually surprised that TestFlight was available for this, since I recently worked on a private app and did a bit of research into how to distribute it - everything I read implied that TestFlight apps will be reviewed by Apple employees and must be apps that intend to eventually be distributed more widely (e.g. beta versions). I got the impression that an app for family or friends that wasn't set up with a plan f…

Based on the blog post, it was created February 2020 where the rules you mentioned was not enforced yet. But around that time I believe you can also export an ipa file so anyone can install but you have to include your target’s UUID in the app signature.

Re: An app can be a home-cooked meal (2020)

#27
post #20

Earlier quoted context omitted.

TestFlight is mention in the article so I guess yes, iPhone.

I'm actually surprised that TestFlight was available for this, since I recently worked on a private app and did a bit of research into how to distribute it - everything I read implied that TestFlight apps will be reviewed by Apple employees and must be apps that intend to eventually be distributed more widely (e.g. beta versions). I got the impression that an app for family or friends that wasn't set up with a plan f…

It’s a more cursory review, and missing features are fine. Would be easy to slip through.

Re: An app can be a home-cooked meal (2020)

#28
post #7

> When you liberate programming from the requirement to be professional and scalable, it becomes a different activity altogether, just as cooking at home is really nothing like cooking in a commercial kitchen. What if you have never cooked at home but all the time in a commercial kitchen? That's the reality for most of us here so it is a bit difficult to relate to this article.

Well, try it. Use an awful language you like, break conventions. If you don't like it, just scrap the project. After all, noone is waiting for you. It runs like crap and looks awful? As long as you like it, your whole userbase is fine with it

Re: An app can be a home-cooked meal (2020)

#29
post #20

Earlier quoted context omitted.

TestFlight is mention in the article so I guess yes, iPhone.

I'm actually surprised that TestFlight was available for this, since I recently worked on a private app and did a bit of research into how to distribute it - everything I read implied that TestFlight apps will be reviewed by Apple employees and must be apps that intend to eventually be distributed more widely (e.g. beta versions). I got the impression that an app for family or friends that wasn't set up with a plan f…

Hopefully legislation will fix this.

People are able to do things in their own home without asking Amana or GE permission and having their recipes examined and reviewed.

Re: An app can be a home-cooked meal (2020)

#30
post #22

For a small group messaging each other, at what point is simple SMS superior?

I can see two main objections:

1. SMS do not support group messaging. An SMS with multiple receivers is just multiple copies of a 1-to-1 message. The other recipients don't know about each other.

2. SMS do not support images or videos.

Maybe you're talking about MMS, but I've always found that clunky. I'm not sure why. Part of it is that it goes over a seldomly-used separate type of connection (at least with 3G and earlier technology) which isn't as reliable as plain TCP.

Post reply on HN