TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What If We Had Local-First Software? (Focus on CPU and RAM)

1 pointsby curiousmindzover 4 years ago
Power users (like most HN readers) have computers (and even phones) with a very fast multi-core CPU and gigabytes of RAM. But with the trend toward building all software in the cloud, these ressources are sometimes sitting there unused.<p>Most of the time, we want software as light as possible, so that we can keep our CPU&#x2F;RAM for actual work, but what if we also &quot;power apps&quot; that are designed to take advantage of all your CPU&#x2F;RAM (when needed) to give you some unique features that are not currently available.<p>Practical example: What if the YouTube app stored the metadata on all the videos that you have watched and all the videos of all the channels that you subscribe to locally? Then, they could offer a very powerful facetted search UI for filtering these videos and finding exactly what you want.<p>That way, if I haven&#x27;t been on YouTube for the past week and don&#x27;t have time to sift through hundreds of recent videos, I can find the &quot;videos published in the past week ordered by ViewCount DESC&quot; and start there. Or I could be curious about &quot;videos I watched where RatingAverage &lt; 2 AND ViewCount &gt; 1000000&quot;... YouTube could offer such features without having to worry about the strain it would put on their datacenters.<p>Do you have other examples that you would love to see?<p>By the way, I know there are plenty of complains about Electron-style apps hogging your CPU&#x2F;RAM. This question is about software that use these ressources to give you features that you care about.<p>I thought about this question after reading a [similar one yesterday that was focused on enabling offline usage][1].<p><pre><code> [1]: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24790170</code></pre>

no comments

no comments