Live data from Hacker News

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

news.ycombinator.com

51–60 of 1001 posts

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

#51

Desktop UI beyond wimp.

Maybe it is not for lack of trying but it is surprising to me that the desktop UI of today (say MacOS Big Sur) is the same "windows, icons, menus and a mouse pointer", beyond some improvements in animation and graphics, as it was 20 years ago (say Windows 2000).

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

#52
LaTeX. We have Microsoft Office. Then we have its lacking competitors. There's also InDesign for professional creatives.

There's a huge gap for LaTeX to fill, or to potentially fill, but it's not happening. The other day I saw it described as "a neckbeard knitting circle, not viable software". As a LaTeX "fan", that hurt but it's the truth.

Over the past months, I had to collaborate with various different people across various different organizations. Everything in MS Word. I don't even hate MS Word, it's useful and its dominant position isn't entirely undeserved. But holy cow was working together a gigantic pain in the behind. I really started to loathe it (Excel is far worse and did its part too).

This was all with technical people. They could potentially grasp WYSIWYM approaches like LaTeX. Slap git and CI/CD on top and you're where software developers have been 10 years ago. But my industry is still light years away.

Part of it is how Word "just works". But it takes 5 seconds of using it until it doesn't. If LaTeX was more modern and also approachable (very ugly syntax/language. Could learn from Markdown here), technical folk could ditch Word and really upgrade their workflows. I'm sick of Word templates from 2004.

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

#53
post #29
post #6

Uncensorable publishing.

This is interesting. What mechanisms do you see enabling this?

Not the GP, but I see it happening with a global, but decentralized ID system. I wrote about a possible design at https://gavinhoward.com/2020/07/decentralizing-the-internet-... .

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

#54

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.

The webview project fills some of this need, correct? I didn't start using one yet but there were multiple GUI projects leveraging it to create cross-platform application binaries. Link - https://github.com/webview/webview

Unless something has changed, using that means no Webassembly support on Windows[0].

[0]https://github.com/webview/webview/issues/76

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

#55
post #31

Elderly care... in fact this pandemic showed precisely the opposite: our elders were neglected, converted into a statistic that dies more then young people. A complete lack of humanity in a lot of developed countries. This is the example we gave to the upcoming generations, we're fucked when it's our turn lol. I've been reflecting a lot on this, and thinking of ways to solve this, but it's not easy - it's bigger than…

Yeah, I've noticed in the US that we've lost sight of the old way of ensuring care for your elders and it makes me sad. I understand that "proper" first world countries should take care of them through social programs, but I'm just surprised it only took us a few generations to completely abandon the obligation to take care of grandma, grandpa, mom, and dad when they get too old to work. My buddy is a latino and as s…

I truly believe that one of the ways to measure the evolution of a society is how it takes care of the vulnerable groups: children, elders, and people with disabilities.

Of course there are other social problems, and inequalities, like racism, unemployment, sexism... but the difference is that these groups still have strength and a voice. The vulnerable groups are exposed and left at the waves of the society.

While people were complaining because they had to stay some weeks inside, you have countries where the elder are still in isolation after 9 months, only to finally get the virus to creep in slowly and start to wipe a lot of them. It's borderline criminal.

It's sad, and it makes me worried for when it will be my turn. If we're this detached from the problems of old age, we won't have a good end.

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

#56

LaTeX. We have Microsoft Office. Then we have its lacking competitors. There's also InDesign for professional creatives. There's a huge gap for LaTeX to fill, or to potentially fill, but it's not happening. The other day I saw it described as "a neckbeard knitting circle, not viable software". As a LaTeX "fan", that hurt but it's the truth. Over the past months, I had to collaborate with various different people acro…

What precisely are you proposing? A gui for creating latex documents?

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

#58

Mathematics Just think of all the good it's brought and how underfunded it is

Can you elaborate a bit? My son is a mathematician, a post doc right now. While I would not say math is over funded, my understanding is that most of the money they spend (above and beyond salaries) is just travel related so they can talk together. That is they don't have expensive equipment like electron microscopes, server farms, etc. On the other hand I think you can make a strong case that math education outreach to under represented groups in math, like some minorities and women in some countries maybe does not get the attention it deserves.

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

#60

Robotic motor learning. It's being worked on, but not nearly to the same extent as machine perception. And yet it's probably the biggest technology gap preventing us from deploying human-equivalent robots in unstructured environments.

From seeing the robotics field from a distance - the issue doesn't simply stop at high-level intelligent algorithms; there is also the problem with actual hardware. The human body is an incredibly efficient biomechanical system that can perform a wide array of delicate movements, and current robotic systems are still too far away from reasonably mimicking human muscles, joints, and sensory nervous systems. Robots might still has difficulty in performing everyday tasks done by humans, even if the algorithms are intelligent enough.
Post reply on HN