IoT. I have no interest in home appliances with fancy screen, internet connectivity, apps, and any of that other nonsense. I’m also pretty skeptical of the whole smart home market. A lot of it seems like technology in search of a problem… and it also seems very buggy.
Ask HN: What are some modern technologies that you refuse to adopt?
21–30 of 61 posts
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#22Short videos, stories, etc. I refuse getting addicted to them. Terrifying watching everyone around me consuming the stuff like we are in a crack house.
You'd get addicted to short stories?
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#23Chrome DevTools Protocol (CDP) - It’s a massive pain in the ass. CDP is a backdoor into a web browser by opening a web server in a browser tab and providing an extensive API to remote access a web page as a third party. It’s very powerful but… WTF, so much ceremony. As someone who wants to write test automation on sites/pages I am authorized to test I would prefer to just open a web socket connection and go in through the front door. It’s so much more simple, but you don’t get an API to access all the dev tools panels.
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#24- Proprietary messaging apps like WhatsApps, Facebook Messenger etc. I think it's ridiculous that some people/countries are practically held hostage by them. - Electron/Javascript based apps - Chromium (Blink) and Webkit based browsers - GTK4/libadwaita - node.js - And well, less of on refusal to adopt, but more like a refusal to acknowledge their value: bloated/modern web frameworks like React. I honestly can't thin…
React and similar frameworks are for the developer, not the user. But since it seems you don't use large scale UI based applications, you don't see a need for them.
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#25> Linux distributions try to provide everything you need in one central collection (called a repository). Windows and macOS users are accustomed to browsing the web, looking for applications, clicking a download link, and running an installer. With Linux we skip all of that. We can open the software centre (or "app store") and find just about anything we need.
Well, I hate that. We were accustomed to downloading some indie dev's binary, but now every platform has an app store, and this is apparently Linux's fault for starting the trend. I don't like package managers, I don't like auto-updates (I'll update next year maybe, is how I want it). I don't like installations and dependencies. In my dream world there could be, like, five or even six standard libraries, and they're all backward-compatible and you keep them up to date manually. I don't like file permissions, Sudo, and the multi-user paradigm. (It's just my computer and permissions shouldn't be a question.) I don't like the folder structure (/usr/, /bin/, /usr/bin/, /etc/). I don't like that there's a home folder: everywhere on my computer should be my home folder.
I'm investigating flatpaks to see if they can soothe my griping. But the first thing I see when I visit flathub is "Flathub is the app store for Linux". That's unpleasant. Who runs it, why? (Who runs any repo, and why?) The site lags. You can apparently set up your own flatpak repo, but isn't it allowed to just provide users with a flatpak file of your own program for download from your site? Just as if it was a more or less portable binary that you could unzip into whatever folder, and run it with high probability of it working, like how things used to be on Windows and Classic Mac. If flatpaks can do that, maybe I'll welcome Linux (back) into my life. Or maybe I want to use ReactOS really so I can pretend it's still the year 2000.
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#26Linux. I think it's necessary to abandon Windows, but to quote from a Q&A on distrowatch: > Linux distributions try to provide everything you need in one central collection (called a repository). Windows and macOS users are accustomed to browsing the web, looking for applications, clicking a download link, and running an installer. With Linux we skip all of that. We can open the software centre (or "app store") and f…
I do think a lot of what you are rejecting (automatic updates, centralised package signing, permissions) are solutions to security problems that you might actually have.
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#27Linux. I think it's necessary to abandon Windows, but to quote from a Q&A on distrowatch: > Linux distributions try to provide everything you need in one central collection (called a repository). Windows and macOS users are accustomed to browsing the web, looking for applications, clicking a download link, and running an installer. With Linux we skip all of that. We can open the software centre (or "app store") and f…
Also, if you hate sudo and messing with permissions etc, there's EasyOS - in fact it addresses most of the complaints you've raised, so probably worth checking out: https://easyos.org/about/how-and-why-easyos-is-different.htm...
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#28Linux. I think it's necessary to abandon Windows, but to quote from a Q&A on distrowatch: > Linux distributions try to provide everything you need in one central collection (called a repository). Windows and macOS users are accustomed to browsing the web, looking for applications, clicking a download link, and running an installer. With Linux we skip all of that. We can open the software centre (or "app store") and f…
Take a Damm Small Linux. Package manager (apt) optional. I do think a lot of what you are rejecting (automatic updates, centralised package signing, permissions) are solutions to security problems that you might actually have.
Re: Ask HN: What are some modern technologies that you refuse to adopt?
#29Re: Ask HN: What are some modern technologies that you refuse to adopt?
#30Linux. I think it's necessary to abandon Windows, but to quote from a Q&A on distrowatch: > Linux distributions try to provide everything you need in one central collection (called a repository). Windows and macOS users are accustomed to browsing the web, looking for applications, clicking a download link, and running an installer. With Linux we skip all of that. We can open the software centre (or "app store") and f…
Perhaps you'll like AppImages instead: they're standalone binary bundles, that any indie dev can host on their website (or have it on their github or whatever). You don't need to "install" it via some store or something, don't need to worry about dependencies - just download a single file and run it. Also, if you hate sudo and messing with permissions etc, there's EasyOS - in fact it addresses most of the complaints…
Hey, EasyOS might be OK. Top tip.