Live data from Hacker News

Ask HN: What are you surprised isn’t being worked on more?

news.ycombinator.com

141–150 of 1001 posts

Re: Ask HN: What are you surprised isn’t being worked on more?

#141

Single subscription payment for news along the lines of the Spotify model. I'd happily pay a single subscription which gave me access to ALL the news websites, and divided payment up based on which articles people click on. Do that without tracking me between the different sites and I'm sold. Pressreader gets close but it only gives you yesterday's print versions (not current online content), it has a few notable gap…

Paying according to which articles people click on has already failed as a model for determining truth and relevancy. We need to think of “one weird trick” that will have the same “stunning” effect but without the incentive to appeal to humanity’s baser instincts.

Re: Ask HN: What are you surprised isn’t being worked on more?

#143
post #138

Cloud tools for musicians. It's a pain setting up a new environment. So many plugins and libraries etc. Also, version control and backup. All manual.

Universal Audio at least on the non-VST side and (is it) slater have interesting models.

Re: Ask HN: What are you surprised isn’t being worked on more?

#144

Building a shared runtime for Electron so that each Electron app no longer needs to bundle Node.js and Chromium. It would significantly improve the performance of a framework now used by countless apps. So far as I can tell, this has been on the back burner of the Electron team for many years. I'm surprised it's not a higher priority.

This already exists: the browser is the shared runtime. What needs to happen is everyone shipping Electron should instead ship a local HTTP server and open the user's default browser to run the UI. You can hide the browser chrome and make real top level windows by making your app a PWA. Anything else that needs to happen outside of the browser sandbox can be handled by the local server. The only disadvantage is you l…

> should instead just ship a local HTTP server

and a Node.JS runtime, and native libraries to support menubars, system trays, dialogs that support folder selections, native drag and drop for all file types, ...

I agree, though: if the electron app doesn't need any of these things, it really shouldn't pull in the entire electron runtime.

Re: Ask HN: What are you surprised isn’t being worked on more?

#145

Overpopulation. It's the main source of humanity's current woes and will only get worse with time. We seem to be content with addressing the symptoms rather than the problem. The idea of population control is taboo but will help everyone in the long run.

This is a problem that is solving itself. As countries get richer, their people have less children. And this result holds true in every country for which we have data. The prediction is that the world’s population will peak at ten billion then start to decrease.

Re: Ask HN: What are you surprised isn’t being worked on more?

#146

Single subscription payment for news along the lines of the Spotify model. I'd happily pay a single subscription which gave me access to ALL the news websites, and divided payment up based on which articles people click on. Do that without tracking me between the different sites and I'm sold. Pressreader gets close but it only gives you yesterday's print versions (not current online content), it has a few notable gap…

Apple News is trying. Also better for magazines than current events.

It's too bad that number of sources they actually support is not very good. I got a free trial with my new phone and have no intent on renewing when it's up because it's borderline useless.

Re: Ask HN: What are you surprised isn’t being worked on more?

#147

Building a shared runtime for Electron so that each Electron app no longer needs to bundle Node.js and Chromium. It would significantly improve the performance of a framework now used by countless apps. So far as I can tell, this has been on the back burner of the Electron team for many years. I'm surprised it's not a higher priority.

This already exists: the browser is the shared runtime. What needs to happen is everyone shipping Electron should instead ship a local HTTP server and open the user's default browser to run the UI. You can hide the browser chrome and make real top level windows by making your app a PWA. Anything else that needs to happen outside of the browser sandbox can be handled by the local server. The only disadvantage is you l…

With a local server, how do you avoid Windows's scary confusing firewall prompts? I'm sure they cost users, and for a local app they don't make sense. Is there a way to make your server local-only that will prevent them?

Re: Ask HN: What are you surprised isn’t being worked on more?

#148

Open source printers

Tbh I think the age of printers is just about over. I haven't had a printer for years and get by just fine. For the rare occasion I want to print something, I just print it at the library or work or a commercial printing store.

Re: Ask HN: What are you surprised isn’t being worked on more?

#149
post #135

Business automation. There seems to be so much that can be easily automated by simple scripts. We just need a better UI and a better way to teach people how to use it.

Isn’t that Microsoft’s entire “hey use active directory, and write this no code flow app” premise?

Re: Ask HN: What are you surprised isn’t being worked on more?

#150

Designs for residential houses and appliances that ensure waste heat goes outdoors in the summer, and stays indoors in the winter. (And vice versa: refrigerators and freezers that take advantage of cold outdoor air in the winter, rather than using electricity to run compressors.)

Hot water heaters are doing this. You can buy a hybrid hot water heater for around $1200 from your local hardware store. The crazy upside is it acts as an air-conditioner for your garage, and the heat exhaust is used to keep the tank of water warm. They're loud, but it pays for itself in a few years.

I'm also surprised other homebuilders/designers haven't connected the a/c condenser heat exhaust to a centralized location for hot water tanks. I've seen a few people on YouTube do it however for their heated pools.

Post reply on HN