TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I'm a rookie building an app and need advice. Can you help?

1 点作者 Quinzel9 天前
I’m an absolute rookie, and know nothing about coding, but I’m using AI to assist me and I’m building an app, and currently using my actual iPhone that I use for personal&#x2F;work purposes as my simulation device as well.<p>Should I actually use a completely blank iPhone for this instead?<p>Also, should I use a more updated version of the iPhone? I have old iPhones from years gone by floating around my house that are currently blank but some of them are so old they could probably go in a museum.<p>Alternatively? Should I just run a simulator on my actual computer (the challenge being that I’m actually using a laptop and I already have a limited amount of space on my screen.)<p>I’m not trying to develop a polished product at this stage. What I’m trying to develop is a reasonably well functioning prototype so I can pitch my idea to possible investors, and the secure the money I need to pay an actual developer to do it properly - but I still want my MVP to be pretty good because I want my actual pitch and presentation to be flawless. I’m doing it on my own because I don’t want to share my idea with others because I don’t trust people.

2 条评论

gary17the9 天前
&gt; I’m using AI to assist me and I’m building an app<p>Vibe coding is a myth, it will take you only so far and will require manual fixes and refactoring before MVP. Learn the basics of and keep learning, say, Swift. <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;swift-playground&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;swift-playground&#x2F;</a><p>&gt; Should I actually use a completely blank iPhone for this instead?<p>Does not make any difference. Every app runs in its own separate environment. Only iOS device &quot;Language and Region&quot; settings affect all apps on a device.<p>&gt; should I use a more updated version of the iPhone?<p>Does not make much difference, unless you need to target some new capabilities introduced with a particular iOS version. Other than that, the rest of the API is the same across multiple recent iOS versions.<p>&gt; Should I just run a simulator on my actual computer<p>Sure. It is easier and faster to test on a Simulator using a mouse rather than on a device, tapping. Once you stabilize some code under the Simulator, always re-test it on a real device.<p>&gt; I don’t want to share my idea with others<p>This will come as a shock, but ideas themselves are nearly worthless. There has been a previous Facebook, a previous Twitter, a previous Office, etc. that has failed. It is only the quality of execution of an idea, the quality of the Product-Market-Fit and the quality of marketing of a product that makes a product a winner. Start by reading books by Rob Walling, e.g., &quot;Start Small, Stay Small&quot;.
评论 #43867382 未加载
baobun8 天前
Ideally you test on both a newer device as well as older. Makes sure it works acrosss versions.
评论 #43883270 未加载