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.

Show HN: I made a website even my tech un-savvy parents can use to find a laptop

11 pointsby bazil376about 1 year ago
Whenever my parents need a new laptop, they ask me for a recommendation because they’re not very tech savvy. Last time around, I had a realization that I’m fairly algorithmic with my recommendations: I gather information about their preferences and functional needs and then match those to options I can find online.<p>This website (<a href="https:&#x2F;&#x2F;easylaptopfinder.com" rel="nofollow">https:&#x2F;&#x2F;easylaptopfinder.com</a>) attempts to provide a simple UI to intake information about what someone needs and apply the results to a matching algorithm against a list of products. I think it’s cool because sites like Amazon have tons of options but very little in the way of an intuitive UI for people who don’t know what the heck a dedicated vs integrated GPU is or how much RAM they need to do their jobs.<p>Technically, this is just a single page app on static hosting. The product details come form a JSON file that I periodically refresh using the Amazon Product Advertising API (inspired by the diskprices site that was recently posted online!).<p>I am definitely still working out the kinks in a few different ways: handling different OS needs, improving the way I discover products and update prices&#x2F;out-of-stock, figuring out weighting and sorting better, and other UI considerations (I’m definitely not a designer). Anyway, I would appreciate any thoughts you have on the site!

4 comments

stevenicrabout 1 year ago
I got some results.. scrolled a bit.. did ctrl+f -&gt; Backlit<p>interesting that is goes up or down a few chunks, but does not go all the way up to the top.. if I scroll more and then redo the ctrl-f then it does find and highlight the cheaper ones that have backlit in the descriptions..<p>suggest adding more sliders for things like price and ram,<p>Also no way to know if others have a backlit keys but just not showing in the short description, that would be a nice checkbox to toggle, along with remove all that have 8gb ram - and remove all lenovo.<p>Also if it&#x27;s amazon, then remove all that are third party sellers - I wouldn&#x27;t let my parents buy a computer or battery from a third party seller on amazon or walmart or anywhere else.<p>random thoughts, hope they help make it better
AstroJetsonabout 1 year ago
I like the idea. I&#x27;d like to be able to pick the number of USB ports (mouse, headphones, memory stick). Or to check if it has a inbuilt disk.<p>I&#x27;d like to be able to select vendors, for example I would not buy an HP on a dare. (See HP ink license and look at the HP power connector on laptops).
peterkonszabout 1 year ago
Great idea with the static JSON file. Also I like the filtering is nice and zippy because it&#x27;s all happening client-side (according to lack of activity in my network tab).
评论 #39654670 未加载
DecentRecruiterabout 1 year ago
This potentially solves another critical problem.<p>It&#x27;s a nightmare for less savvy (generally older) people to evaluate any product, due to the proliferation of SEO tactics. It&#x27;s especially harmful in cases where the price is tied to the complexity of the product.<p>For instance, my parents click sponsored Google results all the time. Sure, part of it is naivete, but it&#x27;s also avoidance of the mental gymnastics necessary for the non-digital native generation to understand the constantly evolving SEO game.