Live data from Hacker News

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

news.ycombinator.com

511–520 of 1001 posts

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

#511
post #112

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…

This is a project my uncle designed where 4 houses in a block share a common care facility, allowing the people requiring care to live in a regular house without costing a fortune. https://darrenchester.com.au/freedom-housing-project-officia... It is definitely a step up from a nursing home, especially for people who would like to live with their family or chosen roommates.

This is interesting. My mother has been doing essentially the same thing for nearly 25 years.

It’s better than most nursing homes. My siblings and I grew up with the residents and were quite attached to them when we were younger. It’s a hard job though and the systems aren’t set up to support you. Full commercial fire systems are required for what is otherwise residential housing. Of course to my mother it’s more of a mission than anything else.

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

#512

Flexible regex engines. Pattern matching is a much more general problem than string matching, and you don't necessarily always have the entire input available initially. (In fact, especially for performance reasons, you might the pattern itself to tell you what possibilities to consider for the next portion of your sequence.) I've repeatedly found that a regex engine that can work on more general objects (not necessa…

I just wish there were better UIs for much of this stuff. Most code editors have a regex search and replace figuring out the regex requires too much regex expertise. I can't think of a good example off the top of my head but for example, being able to search for things that match multiple rules. It would be much easier for many users to be able to say "starts with x", "ends with y", "has abc in the middle" as 3 separate statements than to have to derive the regex that does it.

Similarly being able to search easily for balanced parens, brackets, quotes. And being able to search programming language aware as in "only in strings", "only in comments", etc...

All of those seem like they'd be useful features but I know of no editor that do any more than just a single regex with no context

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

#513

Earlier quoted context omitted.

I think a large part of this (in the USA, anyways) is due to how modern cities are structured. It used to be, 100 or 200 years ago, that your workplace, your home, and your usual hang-out place were all within reasonable walking distance of each other. It wasn't a huge deal to go out and meet new people, as you'd naturally bump into them every day. Nowadays we have a large portion of people in bedroom communities, is…

You aren't more isolated living in a suburban house than in an inner city apartment. Isolation mostly has to do with your desire/initiative/ability to engage in social activities.

Depends. Inner city may offer quicker/easier access to favored activities. When I had a car, I found that a ten-mile drive in from the burbs (and back) can become a barrier. Mass transit, much moreso.

Socializing, there can be a substantial difference between interaction and meaningful interaction. Both can require time away from favored/necessary activities; both can have multiple consequences (desirable or not). A perceived need for constant contact may be unhealthy.

Tech is a crappy substitute for the real thing (as E. M. Forster famously noted), so has some destructive potential.

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

#514

Premium-feeling laptops that aren't Apple machines. Yes yes, I get the economical barriers. I'm past caring. It is so incredibly frustrating to look outside the Apple ecosystem and feel like the entire PC industry is content to sell the bare minimum of quality (outside of Gamer hardware, which looks obscene - but I get that it's subjective). It's a horrible business idea on the numbers and nobody would do this, but i…

I found the Surface Book had a wonderful premium feel; I went into the shop with a list of specs in mind, and Microsoft was the last manufacturer I'd imagine going with, but it's a powerful machine and also just a beautiful object. Metal case, relatively subtle/classy logo, absolutely beautiful screen, nothing else was compromised for the sake of touch, clean baseline first-party OS. If you really want a premium feel from anyone-but-Apple and are willing to pay more-than-Apple prices for it, I'd very much recommend it.

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

#515
1. Regeneration of teeth. Maybe with stem cell biotech? I don’t know what is relevant but it’s a damn pity we have to have root canals and screw nuts and bolts for fallen teeth. 2. Nanobots that get into your bloodstream and dissolve plaque and repairs old cells/regenerates tissues.

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

#516

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.

FWIW, we are working on this. Almost all of the issues listed in this thread can be traced back to the way aggregators and social networks end up monetizing (or not monetizing) news. We're trying something a little different: https://blog.nillium.com/were-not-an-aggregator/

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

#517

In-person social organizations. Social isolation is probably the biggest cause of unhappiness in advanced countries. Having a strong social network has lots of advantages including providing better romantic and career opportunities, as well as improving physical and psychological health. Humans have a long history of dishing out lots of money to be parts of strong communities too--country clubs and fraternities have…

Agreed. Why is there no Tinder/online dating equivalent for making new friends locally? Instead of dating-specific qualifiers, it'd ask for your interests, hobbies, values, age and other demos, then match you based on overlap. Not Meetup - it's not quite solving the same problem, and so it solves things differently (focusing on shared interests and on discrete meetup events).

Bumble has both a friends and business section.

I've never used either, but I feel it likely suffers from "The problem with Tinder is that everyone on it thinks Tinder is a good idea" issue.

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

#519

I think for developers (and users) everything is broken, just check https://medium.com/message/everything-is-broken-81e5f33a24e1 That's programming 1.0, and we're need programming 2.0 What I mean about programming 2.0: - better security - less bugs and more stability - less complex code and API - less APIs - no halts, reactive live coding everywhere - less coding, NoCode variants PS: Who works on programming 2.0 besi…

Why "Less APIs"?

Because https://imgur.com/gallery/cxwSlUX

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

#520

Python for serious game development. Python for browser scripting so we can have true, full-stack web development in Python. More aggressive expansion of Python into the embedded world. More Python for terminal scripting. Widespread teaching of Python to schoolchildren in order to make programming the new literacy. More aggressive attempt to make Python the lingua franca of the programming world. Did I leave anything…

> Python for serious game development.

While it's not python, Godot's 'native' language is GDScript, which is quite python-like.

I don't really see the point of the rest of your comment though. Python is fine, but other languages have their advantages as well.

Post reply on HN