OK. Can you make android apps run on my Windows laptop?
All apps should be native. Who needs browsers and JavaScript?
11–20 of 24 posts
Re: All apps should be native. Who needs browsers and JavaScript?
#121. Won't be able to link to any article to friends unless the app maker decided to implement specific "share" functionality. Unlike a link that I can email, text, store in a file...
2. Oh and even if they have made this share functionality, it may not work on my friend's non-iPhone device. Even if I decided to share this with myself, I may not be able to consume it on my Mac.
3. Can't open multiple articles/audios in different tabs unless the app writer specifically took the time to make a multiple views interface
4. I'll have to wait 8 months before I can view this data on my iPad, because the co made the 100% reasonable decision to ship iPhone only first. I much prefer being completely incapable of viewing this data on one of my devices than a possibly less than ideal rendering of a web page with it on every platform I own.
5. Almost certainly can't group media in terms of topic, since the top level view is always going to be "app". So no collection of research bookmarks, just everything lost in their little provider's containers...
6. And the bonus is I now have to worry about the right place to organize this stupid app on my screen since I can't just keep a link to the data I care about.
Re: All apps should be native. Who needs browsers and JavaScript?
#13So, you don't like the Javascript language, therefore web sucks? I'm no big fan of Javascript myself (so I'm gradually switching to Dart), but really, that's a lousy argument. Web is essential. Some apps are better be implemented natively, true. But most don't need that. And it's a great win for developers too, so you don't have to re-implement stuff for different platforms. I'm not even sure the author is being seri…
It would be nice to see a kind of pseudo-browser platform that served as a casing for generic apps that you could write in server-side languages clearly you lose some flexibility from doing that in terms of fault tolerance but many apps these days have a business case where fault tolerance is already so low it doesn't matter.
Re: All apps should be native. Who needs browsers and JavaScript?
#14On the other side, from application point of view both the browser and the operating system are containers that offer some sort of API to interact with the user, the device and other resources. I wouldn't say that one has to be necessarily better than the other, it depends on the goal of the application.
Re: All apps should be native. Who needs browsers and JavaScript?
#15> as I mature as a programmer I continually see JavaScript as a pretty awful language for real programming Not sure what the author means by "real programming". Is this opposed to "fake programming"? The more I mature as a programmer, the more I appreciate JavaScript's flexibility & readability. This allows for some useful idioms to manage complexity on large & intricate codebases. I like these dynamic idiomatic arch…
Though anybody will admit it's some pretty clever stuff, not many seem to look at things like this and recognize it for what it is.
Javascript's not the language rife with proprietary bullshit anymore, it's become something a bit more new: a hacked together super-language. Stick thousands of brilliant people on one unfortunate platform together and it will be inevitable.
So perhaps it's "not real" because I can't do it without requirejs. Maybe we'll appreciate it when you can do what Sass does in a .css file. So what if you can OOP, FRP, MVP, P its got a vast supply of crud-you-should-never-use.
I tell you one thing, though: I'd really love to rewrite everything I've ever done into Objective-C.
Re: All apps should be native. Who needs browsers and JavaScript?
#16Re: All apps should be native. Who needs browsers and JavaScript?
#17This post was killed by user flags.
Re: All apps should be native. Who needs browsers and JavaScript?
#18This post was killed by user flags.
I'm pretty new to HN and am not sure why the post was killed. I was looking forward to an interesting debate on the value of browsers vs native apps. Can you please give advice for how to avoid being flagged while stimulating interesting debate? Thank you for the help.
Re: All apps should be native. Who needs browsers and JavaScript?
#19As I downloaded the economist app to listen to economist articles today, I felt the exact opposite of this article... 1. Won't be able to link to any article to friends unless the app maker decided to implement specific "share" functionality. Unlike a link that I can email, text, store in a file... 2. Oh and even if they have made this share functionality, it may not work on my friend's non-iPhone device. Even if I d…