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.

Discuss HN: Amazon is going to win heavily aren't they?

19 pointsby diminiumover 3 years ago
Hi, It&#x27;s been a while HN.<p>Amazon is going to win heavily aren&#x27;t they?<p>Or to put it another way, 3 out of maybe 10 of my computers can checkout at the newly updated Walmart.com. For Apple&#x27;s Online store, it says &quot;please call us to make an order&quot;. For an indie online bookstore I went too and few others, it says &quot;your browser is not supported&quot; please use a new browser where some devices can&#x27;t use a new browser. And other websites consistently giving errors and not load things.<p>For 10 out of 10 computers, Amazon.com works.<p>Why are web developers doing this?<p>I grew up at a time where the obsession was IE6 and backwards compatibility was key so that no customer was left behind. I remember we did everything to make sure as much of our customers can access our websites with fallback towards more universal and generic HTML standards that have stood the test of time.<p>I&#x27;m a tech person, I have access to the latest and greatest. Many of my friends, parents, relatives do not.<p>Now, so many websites demand the most up to date browser to work correctly and shop and apparently gives you no choice except to use it or not shop at their store except, well, Amazon. So Amazon they shop.<p>What&#x27;s going on here?

11 comments

vgeekover 3 years ago
Frameworks run amok? Unecessary complexity to solve even more unecessary complexity. There are tons of smart people in tech who get bored and like to create things. In the 2000&#x27;s many of smartest people were in finance and created CDOs, SPEs and CDSes. Now many of the same type of people who otherwise been in finance have migrated to tech due to the high wages and favorable working conditions and their favorite acronyms are instead PWAs and *JS.
foobarbaz33over 3 years ago
Software made by developers who don&#x27;t care about the product. Willing to sacrifice thousands of people to eliminate a pain point from their dev workflow.<p>That and resume driven development. It&#x27;s not about the product, it&#x27;s about your resume.
评论 #29393335 未加载
jazzyjacksonover 3 years ago
I recently looked up how far back the wayback machine captured my personal website. I was pleased to find the top ten lists I made as an 11 year old [0] in the year 2002, but two things really surprised me:<p>- I could list 10 games I liked for each of Gameboy, N64, Playstation, Xbox, and PS2 (how spoiled was I?)<p>- every one of the amazon links from 19 years ago still resolve to the product in question, so I can still buy a copy of Ready 2 Rumble Boxing for PS2 if I so wish [1]<p>I was a little dissapointed in my younger self tho to find they were not affiliate links.<p>On the subject of compatibility tho, the fact that shopping and checking out on Amazon.com works without javascript inspired me to learn how websites work the “old fashioned” way<p>[0] <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20020609084356&#x2F;http:&#x2F;&#x2F;www.coltenj.com&#x2F;top_ten.htm" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20020609084356&#x2F;http:&#x2F;&#x2F;www.colten...</a><p>[1] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;ASIN&#x2F;B00004U5VJ&#x2F;qid=1012787475&#x2F;sr=1-1&#x2F;ref=sr_1_67_1&#x2F;102-4581067-4809701" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;exec&#x2F;obidos&#x2F;ASIN&#x2F;B00004U5VJ&#x2F;qid=10127...</a>
briHassover 3 years ago
They pretty much have already, haven&#x27;t they? Everything they do is to minimize the friction in the typical online ordering process: simple website with decent search, &#x27;free&#x27;&#x2F;fast shipping, relatively easy returns&#x2F;support, decent&#x2F;numerous reviews, low if not lowest prices, and a huge inventory. I can put an asterisks next to each of those items where it isn&#x27;t completely true, and I can easily find competitors that do some of those better, but nobody does all of them better.<p>Amazon gets a lot of hate, mostly deserved, but if you told me 20 years ago that I would be able to sit at a computer, quickly search for and find a huge number of products, find a price that often beats regular stores, and have the item show up same day or next day, I would&#x27;ve never believed it. It seems like every move they make is insane at first, but it turns out to be a brilliant method of capturing more of the market. Paying a &#x27;membership fee&#x27;? Insane. Running your own fleet of delivery vehicles? Insane. Yet, here we are. I see more Amazon vans in suburbia than Fedex and UPS combined.
avl999over 3 years ago
The best thing about Amazon is that it is still an old school website... like none of SPA crap that everyone (including places like Reddit that have no business being a SPA) keeps shoving down our throats. Amazon is fast, responsive and does page reloads when you click around. I can&#x27;t imagine in 2021 that is seen a big UX win, shows you how far the UX on the web has fallen.
_448over 3 years ago
For this very reason I am trying to buy old mobile phone so that I could test my web app on it. At present I am looking for either older versions of Android phones(very difficult to find) or use phones with Android GO or KaiOS. But both Android GO and KaiOS have &quot;modern web browser&quot; so that is the dilemma I am having while choosing a mobile phone.<p>For the laptop&#x2F;desktop, I try to stick to older time-tested front-end libraries such as jQuery and Bootstrap.<p>I read an article recently where a developer mentioned that he was very easily able to &quot;port&quot; his desktop web app to low-cost small form-factor mobile devices because he is using Svelte. I have not used it, but if developers want to target low-cost devices(though with modern browsers) then they could try Svelte. But to support old browsers&#x2F;devices I think sticking to simple old time-tested libraries helps.
mtmailover 3 years ago
Amazon.com seems to still supports TLS 1.0 and 1.1, older less secure protocols.<p>Newest operating system no longer enable TLS 1.0 or 1.1. Without three hacks an Ubuntu 20 won&#x27;t allow any connections with those ciphers. While on the other hand older operating systems like Windows 7 don&#x27;t understand TLS 1.2 and can&#x27;t be upgraded.<p>So apart from HTML when it comes to secure HTTPS connection all security advice is to no longer allow outdated ciphers. 5 years in the future I&#x27;d expect old browsers to longer be able to access most internet websites.
评论 #29386631 未加载
ironmagmaover 3 years ago
The &quot;long tail&quot; can be quite expensive to support and maintain. For a small shop, testing on all those old devices is probably not feasible without significantly affecting their overall velocity. For a large company like Amazon, hiring a few people to handle just that, full time, is a no-brainer. For Walmart and Apple, they have other business models to support their existence, so they do not see the point.
PaulHouleover 3 years ago
What are the 10 computers you have?
评论 #29388472 未加载
daviddever23boxover 3 years ago
What are the browsers in question?
Flankkover 3 years ago
Walmart is doing a terrible job. Progressive degradation has largely been forgotten because just about everyone is using a full-featured browser. Most web developers stopped caring and I&#x27;m one of them. Chrome won the browser wars. If you don&#x27;t want to use it, enjoy your bad experience.
评论 #29385494 未加载
评论 #29387509 未加载