NaOH 2 days ago

Previous and related:

how come a company founded over 100 years ago has the fastest site - https://news.ycombinator.com/item?id=41883419 - Oct 2024 (15 comments)

McMaster-Carr: A refreshingly fast, thoughtful, and well-organized website - https://news.ycombinator.com/item?id=34306793 - Jan 2023 (37 comments)

Best ecommerce UX practices from mcmaster.com - https://news.ycombinator.com/item?id=34000502 - Dec 2022 (169 comments)

Mcmaster.com is the best e-commerce site I've ever used - https://news.ycombinator.com/item?id=32976978 - Sept 2022 (494 comments)

McMaster-Carr: Beautifully organized and informational industrial product store - https://news.ycombinator.com/item?id=24803857 - Oct 2020 (27 comments)

  • webdevver a day ago

    lol for real. weve heard about it quite a lot, actually - infact not a year goes by without someone rediscovering that html can load quite quickly if given the chance.

theandrewbailey a day ago

Back when this was making the rounds several years ago, I was intrigued that they request pages in the background on mouse-over, then swap on click. I decided to do similar on my blog, since my pages are about a dozen kb of HTML, and I aggressively cache things. My blog now feels super fast to navigate through, since I've eliminated a ton of network lag.

https://theandrewbailey.com/

  • nirava a day ago

    wow it is really fast!

fsh a day ago

Built with asp.net and jQuery. Nowadays, it would probably be some React monstrosity that takes 30s to load and only shows one item per page (when did information density become evil?).

  • dchest a day ago
    • llbbdd a day ago

      I remember seeing this last time the McMaster site went around and it's great. It's wild to me though that ignorant reflexive copy-paste lashes against React like this thread OP are so common that there was value to putting this together.

  • pjfin123 a day ago

    I've been doing more and more web dev with JQuery recently. I learned it in high school and I think most of the new JS frameworks are probably worse.

    • llbbdd a day ago

      jQuery is more of a DOM API wrapper than any modern framework, they serve entirely different needs.

  • aitchnyu a day ago

    The UX wizards ensure your phone and 32-inch show upto 6 products so customers dont face too much info. A goal-oriented (vs browsing) app wont have whitespace or infinite scroll.

  • tjpnz a day ago

    I think there's also some Yahoo UI in there too.

IAmBroom a day ago

I was there, Gandalf, thirty years ago when they formed their first website...

Which was little more than scans of their catalog pages, and some fields. Really. Instead of getting all excited about the latest web tech, they took their gigantic catalog and more-or-less scanned it in (well, used source files, but still...).

McMaster-Carr has always been an amazing company. I was once in the field, and ordered a $5,000 part from a key supplier and a $30 box of screws from McMaster-Carr. The other supplier charged extra for shipping, and sent it two days later to my company instead of my location as specified. McMaster-Carr overnighted the screws without being asked to do so.

  • serf a day ago

    i'm old enough to have a few of the old McMaster-Carr yellow/green books on a shelf which came before the CD-Rom catalog which got disappeared by the website.

    I wonder if the source images were from the cd-rom?

    • IAmBroom a day ago

      I don't doubt. I can't recall for sure if their first website had selectable text, or just images. I tend to think it was images.

  • SirFatty a day ago

    And if you are in the area (western Chicago suburbs), you can get it by 1p the same day.

jacquesm a day ago

Note they have CAD files for almost all of their products which - in combination with a 3D printer - can come in very handy.

  • throwawaymobule a day ago

    This makes great business sense, since you can fit-test any part and know you're getting the right one before ordering.

    IIRC, there's even plugins for some CAD programs to grab models by part number.

    • jacquesm a day ago

      Yes, that's exactly how I use it. I've also had use cases where I needed something now and didn't mind a plastic part for actual use because I knew the load would be light.

  • georgefrowny a day ago

    And they download directly as files, not wrapped in a zip that you have to mess around with before you can put the actual file you need where you want it.

    • netsharc a day ago

      That makes me wonder if "files" is a space that needs (in startup-talk) "distruption": what about a utility that applies rules to files, e.g. if you save a file in the directory unzip-me, it'll be unzipped. Or categorize files, e.g. "this email attachment is related to project A, this download is related to project B", and the utility will take care of them, e.g. by putting them in the correct directories?

      Since this is HN it can't be a homebrew open-source solution, it'll have to be AI-enhanced and cost 25.99 a month. Who wants to fund me?

      • thepuppet33r a day ago

        This sort of thing has existed for a while, but it's not picked up in the mainstream for two main reasons (at least based on my anecdotal evidence).

        1. The friction between a zipped file and an unzipped file isn't enough to make the majority of users take the time to build out an automation. This is especially true now that in Windows you can open a zip file by double-clicking it, peruse the files, and open them from within the zip into your temp storage. 2. It's a little bit of a security risk. Downloaders are (generally) less vulnerable to side channel attacks, but the unzip software people usually use (7-zip, Window's native utilize, WinRAR) are slightly more vulnerable. This risk goes up with any automation software as a) you aren't auditing what you're actually unzipping, and b) the automation can be compromised.

        But if you want to try this out, just search for "auto unzip" software and you'll find plenty of tools. You could also set up a cronjob on your Linux machine to run every so often and just scan a folder for zip files and unzip them automatically, with the option to trigger via alias'd command.

  • bdcravens a day ago

    Fusion 360 integrates this, letting you include their products in your designs/assemblies.

temp0826 a day ago

My father is a metalworker and I grew up with stacks of their encyclopedias all over my house. Was always amazed the sheer amount of stuff in them, probably saved a few trees with their website.

eltwitto a day ago

I've been a big fan of theirs for a long time. I used to sit and browse their huge printed catalog in my spare time just to discover more parts to consider for use in my builds.

tengbretson 15 hours ago

It wrecks the back button and they cannot be bothered to optimize for mobile in the slightest. And I'm not exactly asking for some janky "fake mobile app" here, how about some basic CSS breakpoints.

Any member of the anti-modern-web-stack crowd that elevates McMaster as its shining example of how it ought to be, is about as "smart" as the site.

  • int_19h 15 hours ago

    What's wrong with the back button there? It seems to be working fine.

deaux a day ago

On my browser the screen jumps around while vertically scrolling on the McMaster homepage. It's not all rainbows and sunshine.

  • SirFatty a day ago

    yeah, must be McMaster and not you.

    • deaux 12 hours ago

      Yeah, must be me only seeing it on there and not thousands of other websites, using a pretty standard browser and platform.

more_corn 19 hours ago

Stop telling me what I have or haven’t heard. There’s no better way to irritate someone right off the bat.

  • tpmoney 17 hours ago

    Stop telling people what will or won't irritate others right off the bat. There's no better way to wrongly speak for someone else. :)

    More seriously, it's probably a good bet that most people haven't heard of McMaster Carr in general, and if they have, probably not in the context of having a smart or well designed website. So it's not a terrible article headline. And of all the click bait style headlines that could be used, it's probably the least offensive. At least they give you the name in the headline.

    • jjk166 3 hours ago

      McMaster Carr is probably the most famous industrial supplier in North America. It's a $1.3 billion company that's been in business for over a century. Anyone who makes physical stuff probably goes on their website multiple times per day. I currently have 17 different McMaster tabs open.

      It's fine if your personal experience has never lead you to encounter this site, and it's fine to remark on your unique perspective as someone observing it not as a user but as an admirer. But the presumption that others share your ignorance is at best impolite, and the suggestion that some may be irritated should be taken as useful criticism, because plenty are.

cbsks a day ago

Imagine an alternate universe where Amazon has a similar interface. It would be the most amazing tool.

  • imtringued a day ago

    Germans have https://geizhals.de

    • nbadg a day ago

      Having used both extensively, Geizhals doesn't hold a candle to McMaster. McMaster is, bar none, the single best e commerce website I've ever used (if you already know what you're looking for, and definitely still top shelf if you don't).

      But McMaster and eg Amazon are optimizing for different things. McMaster knows its clientele isn't going shopping, they're solving problems. As such, McMaster focuses on helping your solve your problem and get back to work. Amazon, on the other hand, is focused on just selling you "as much 'anything' as possible" and wants you to spend as much time there as possible in the hopes that you'll stumble on an impulse buy.

    • scirob a day ago

      Except for the annoying cookie popup. If only we had a simple browser setting/header that could answer this question without another click. Hmm

      • Rechtsstaat a day ago

        We do! It recognises the 'Do Not Track' sent, at least on FF for me. I get a very small popup telling me it's respecting this setting, and no request for accepting anything else:

        > "Do not Track"-Modus erkannt! Es werden nur technisch notwendige Cookies verwended. [Datenschutzerkl"arung](...)

        Lovely. If only the rest of the web looked like this.

apwell23 a day ago

i live in the area and this place is one of the most toxic workplaces to have ever existed.

lostmsu a day ago

You need to enable JavaScript.

metalman a day ago

https://www.barnstormers.com/

Wana buy a bolt?(aircraft), or a fighter jet?

It's been stable since the internet.

It needs a few scripts for total functionality, but you can look at everything on site with just plain html, and it's fast.Internal search is good.And random external searches for aircraft stuff will land you there.

tejtm a day ago

love metalwork & buy parts but seriously; F@##% anyone that messes with my navigation back.

  • landmass a day ago

    Absolutely! I now won't enter the site because they kill the back button.

  • eltwitto a day ago

    So true... I immediately close the page and move on.

  • IAmBroom a day ago

    What are you talking about? I tried snaking through the MC site; back button worked just fine.

    • tejtm 21 hours ago

      try backing out of the site

hulud a day ago

[flagged]