Ask HN: What's an unsolved problem in your field?
21–30 of 97 posts
Re: Ask HN: What's an unsolved problem in your field?
#22Re: Ask HN: What's an unsolved problem in your field?
#23printers
Re: Ask HN: What's an unsolved problem in your field?
#24> The length of pi is continually increasing, and there doesn't appear to be an end. Huh? How is this an unsolved problem? It's known that pi is an irrational number, so it doesn't have an "end". We can always compute more digits. Or did you mean something different?
Warranties are there for consumer protection. Most people know what they're there for. Even if some people didn't understand it, businesses that treat warranty as "something we legally have to do" probably don't consider the confusion about warranty a problem, because clarifying it would make more people exercise their warranty rights, and hence more costs for them.
Honestly, I don't see how any of the examples, except perhaps the software engineering one, are problems experienced by businesses that they wish to solve. Perhaps I'm greatly misunderstanding.
----
Edit: I think the OP may mean businesses that wish to advertise their warranty protection better explaining to users what that "end date" means, and what the warranty offers them. Which I think can be done fairly easily: look at what Apple does to advertise their warranty protection, or the warranty stickers on every fridge/washing machine you've ever bought.
Although, Apple tries to upsell AppleCare rather than advertise their legally mandated "Apple Limited Warranty" and consumer law warranties.
Re: Ask HN: What's an unsolved problem in your field?
#25In Python education: Getting new language learners to a functional local development environment as quickly and painlessly as possible. "Just use Anaconda/pipenv/the-Python-installer/Docker/etc" isn't a great answer, because they probably tried one of those six months ago, got into a weird state and can't remember what it did or where it put things. Obligatory XKCD: https://xkcd.com/1987/
Re: Ask HN: What's an unsolved problem in your field?
#26Every solution I've tried is either too narrow (e.g. works on one table or kind of data only), too broad (too much boilerplate), hard to plug into existing data without massive ETL (SAP, Oracle APEX..) or cloud-based apps which are fine for a mom and pop store but basically useless for scenarios with millions of entries.
Re: Ask HN: What's an unsolved problem in your field?
#27In Python education: Getting new language learners to a functional local development environment as quickly and painlessly as possible. "Just use Anaconda/pipenv/the-Python-installer/Docker/etc" isn't a great answer, because they probably tried one of those six months ago, got into a weird state and can't remember what it did or where it put things. Obligatory XKCD: https://xkcd.com/1987/
Re: Ask HN: What's an unsolved problem in your field?
#28Re: Ask HN: What's an unsolved problem in your field?
#29> The length of pi is continually increasing, and there doesn't appear to be an end. Huh? How is this an unsolved problem? It's known that pi is an irrational number, so it doesn't have an "end". We can always compute more digits. Or did you mean something different?
Re: Ask HN: What's an unsolved problem in your field?
#30In Python education: Getting new language learners to a functional local development environment as quickly and painlessly as possible. "Just use Anaconda/pipenv/the-Python-installer/Docker/etc" isn't a great answer, because they probably tried one of those six months ago, got into a weird state and can't remember what it did or where it put things. Obligatory XKCD: https://xkcd.com/1987/
repl.it not a local environment, but if you're after the shortest path to learners being able to code, that's how I do it with the people I teach. Works well.