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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Are “bring your own storage” apps a thing?

8 点作者 matjazdrolc大约 4 年前
Are &quot;bring your own storage&quot; apps a thing?<p>I&#x27;m being inspired by draw.io, a web app for creating diagrams. Notably, it&#x27;s not crammed with useless information and the user remains in charge of their data. A diagram can be stored as a file to your local device, Dropbox, Google Drive, OwnCloud or any other similar service.<p>In contrast, let&#x27;s look at MyFitnesPal. Upon opening the app I&#x27;m faced with news, cookie confirmation dialog and sometimes promotional pop-ups. All this to simply input my body weight.<p>If MyFitnesPal followed a draw.io model, it would be a simple app with a couple of .csv files as a backend.<p>Is there a market opportunity for new breed of apps that are: - minimalistic in design and features - user remains in charge of the data by using text files as storage and by giving them a choice on where to store them<p>Where do I find people who think alike?

5 条评论

float4大约 4 年前
Most people don&#x27;t care about their data. They don&#x27;t even <i>understand</i> what companies do and do not collect. They want convenience.<p>Nonetheless, there are apps that don&#x27;t collect data or allow you to sync to your own backend (usually to WebDAV).<p>Some links to get you started:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;awesome-selfhosted&#x2F;awesome-selfhosted" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;awesome-selfhosted&#x2F;awesome-selfhosted</a><p>- <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26365835" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26365835</a>
austincheney大约 4 年前
I am working on securely opening personal storage across the internet with a point-to-point app that also lets you selectively open parts of your file system to other users.<p>I just proved out the application’s security model yesterday in my test automation. Once I finish the messaging subapp I will bump it to version 0.1 for public beta, but you can play with it now on your home network.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;prettydiff&#x2F;share-file-systems" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;prettydiff&#x2F;share-file-systems</a>
评论 #26414005 未加载
mtmail大约 4 年前
&gt; If MyFitnesPal followed a draw.io model,<p>I don&#x27;t see why a commercial company striving for revenue and growth would follow the free&#x2F;open source model.<p>draw.io app by <a href="https:&#x2F;&#x2F;www.diagrams.net&#x2F;about.html" rel="nofollow">https:&#x2F;&#x2F;www.diagrams.net&#x2F;about.html</a> is free and open source (<a href="https:&#x2F;&#x2F;github.com&#x2F;jgraph" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jgraph</a>). Either the authors are volunteers or I can&#x27;t figure out what their business model is.<p><a href="https:&#x2F;&#x2F;www.myfitnesspal.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.myfitnesspal.com&#x2F;</a> received $18M in venture capital funding and has 18 open job position which I&#x27;d guess means over 100 employees. &quot;UnderArmour sells MyFitnessPal for $345 million&quot; <a href="https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;underarmour-sells-myfitnesspal-for-345-million-bets-on-mapmyrun-and-connected-running-shoes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;underarmour-sells-myfitnesspal...</a>
citruspi大约 4 年前
A little surprised no one has mentioned OmniGroup&#x27;s [0] applications.<p>Some of their applications (e.g. OmniFocus) support syncing online via an Omni account, but also offer support for syncing to a custom WebDAV server[1]. I run my own WebDAV server and point the macOS and iOS apps at it.<p>[0]: <a href="https:&#x2F;&#x2F;www.omnigroup.com" rel="nofollow">https:&#x2F;&#x2F;www.omnigroup.com</a><p>[1]: <a href="https:&#x2F;&#x2F;support.omnigroup.com&#x2F;documentation&#x2F;omnifocus&#x2F;mac&#x2F;3.0&#x2F;en&#x2F;getting-synced&#x2F;#other-webdav-options" rel="nofollow">https:&#x2F;&#x2F;support.omnigroup.com&#x2F;documentation&#x2F;omnifocus&#x2F;mac&#x2F;3....</a>
akadruid1大约 4 年前
<a href="https:&#x2F;&#x2F;meetmyna.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;meetmyna.com&#x2F;</a> is a minimalistic app that requires you to bring your own storage. Dropbox and OneDrive are supported.