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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Web Is Beautiful, Mobile Is Beautiful

5 点作者 samholmes将近 10 年前
It&#x27;s a beautiful thing having the internet in my pocket where ever I go. I can access virtually any information I want by just pulling my mobile device out of my pocket.<p>It&#x27;s a beautiful thing, the web. I can access a constantly growing network of information, and I can even add information to it. I can use and build systems that do amazing things with this information, without too much friction.<p>Why can&#x27;t these two beautiful things work well together? Why is it that the state of mobile platforms doesn&#x27;t take advantage of the power of the web platform? Sure, my phone has a web browser, but how often do I use the applications built on the mobile web vs native mobile? Not often. Why? because the mobile web is less capable (I think intentionally). Why must it be this way? What can we do to change it?<p>The desktop world enabled freedom to hack any app you want. Your computer is your tool. This isn&#x27;t the same for my phones.<p>Why am I not seeing a mobile app that allows me to access a strong web platform that gives these web apps the power of the native platform (much like Chrome for the desktop). That way I as a developer could create an app and release it to the world much like a website is released into the world (without a walled garden–app store).<p>Will this ever be, or are we doomed to always have these mobile devices closed and controlled by big companies with their own interests?

2 条评论

bobajeff将近 10 年前
Well part of the problem is that mobile browsers just aren&#x27;t very good. This is changing. I find that Chrome&#x27;s integration with the task manager makes using web apps more convenient now.<p>Still my instinct sometimes tells me to look for the mobile app first. This might be because on mobile I am often forced to a ghetto, broken mobile site. Maybe there are some things I expect more from a phone app like GPS&#x2F;Maps based applications. Sometimes I get tired of dealing with sites that don&#x27;t care that I&#x27;m using a touchscreen to enter text.<p>Google has made attempts at addressing this issue by rewarding mobile friendly sites but in my experience it has led to more sites forcing broken ghetto mobile sites on me.<p>The big issue is that there is a lot of big sites out there with lots of legacy code that assumed a desktop. And now that it&#x27;s wrong many sites have adopted a strategy of having 2-5 different versions of their site. With the desktop site taking priority and mobile site sometimes being fourth place behind iOS and Android. All maintained by different teams and with separate frontends. This is obviously a big mistake since many sites can scarcely manage the development one version of their site (looking at you eBay) let alone 4.
rebekah-aimee将近 10 年前
I think it&#x27;s getting better. Tablet-like devices are still a relatively new platform, and improvements like what you&#x27;re asking for are inevitable as more hackers gain expertise in the platform and all its nooks and crannies.<p>Browsers in particular improve by necessity, because of the issues with security. In particular with mobile devices! And of course if the code isn&#x27;t allowed to become stagnant--if it&#x27;s always being changed in some way--other improvements will likely show up too. Of course, we can speed up the process of making a better browser. Firefox for Android is a thing, albeit one I haven&#x27;t personally tried yet; maybe it does a better job with things like web forms (which are a pain to fill out on phones).<p>The browser is only part of the problem, though. The fact that web site maintainers would rather have you download an app client than let you just work off their site (on a young platform they aren&#x27;t really familiar with yet, remember) is nothing new. I think it often makes things easier on them, programming-wise. But the problem becomes that they compete for space on users&#x27; phones. I don&#x27;t keep a lot of apps on my phone, and I don&#x27;t like downloading new ones for services I&#x27;m ambivalent about or won&#x27;t use often.<p>It&#x27;s worth remembering what happened to email clients. Most people don&#x27;t use them any more on their laptops; they use Gmail, which is online. Yet on phones, we&#x27;re back to using email clients (probably because the browsers are pretty awful). The space problem will, I think, help cause demand for better browsers, and then website apps will shift back online.<p>Also, there&#x27;s this. <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1174&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1174&#x2F;</a><p>There are certain apps that should be apps, though. Some apps can be web sites, and that&#x27;d be a good thing. Other apps--the ones that are useful when you&#x27;re not connected to the Internet (which is infrequent but happens)--should stay apps. It&#x27;s nice to be able to disconnect the Wi-Fi and still play Tetris.<p>I wouldn&#x27;t mind a BuzzFeed app if it downloaded and compressed certain articles based on filters I defined, and let me access them offline to kill time in a doctor&#x27;s office or whatever (this is probably way beyond the BuzzFeed folks, though--just an example). I wouldn&#x27;t mind a HN app that downloaded the top stories as cached&#x2F;compressed versions, either. Again, this would be the shape of an email client, but convenient time-killers always have a market.<p>This might be a good startup idea if anyone wants to take a crack at it: a content aggregator that stores articles (based on user-defined filters) from certain sites, as compressed archives on your phone. I&#x27;d do it myself, but I&#x27;m already working on something!