Live data from Hacker News

Ask HN: Is there server-side software that we are missing in 2018?

news.ycombinator.com

1–10 of 115 posts

Ask HN: Is there server-side software that we are missing in 2018?

#1
It seems like there are so many choices in each category that there's nothing left to do.

I mean things like RDBMS, NoSQL databases, time-series databases, key-value stores, message queue, web servers.

I remember many years ago if you were building something you'd notice the missing solutions and tools because there were things you couldn't do easily (like lightweight application-level caching before redis/memcached popularity).

Nowadays it seems like there's nothing missing.

Re: Ask HN: Is there server-side software that we are missing in 2018?

#3
I'm still waiting for a rock-solid scalable open source graph database in the mold of the Freebase database engine or the amazing graph database that Facebook have built for themselves. I'm very excited about dgraph as an option here but I think it's still an area that is very open for new entrants.

Re: Ask HN: Is there server-side software that we are missing in 2018?

#5
> Nowadays it seems like there's nothing missing.

There's lots of things missing. There's just nothing missing in established categories. Why would there be?

Start your own category, create software for it, then convince everyone that the category is important.

Re: Ask HN: Is there server-side software that we are missing in 2018?

#6
There might be something exciting to build to help implement ludicrously fast Google-style autocomplete / typeahead Search. I've tried using MySQL, elasticsearch, PostgreSQL with trigram indices... they can be made to work, but I've never felt that I'm anywhere near the quality of whatever it is Google are doing here.

Re: Ask HN: Is there server-side software that we are missing in 2018?

#7
Some of the biggest advancements in recent years have come less from technological breakthroughs, and more from improvements in designs and abstractions. Tools like Ruby on Rails, GraphQL, and even AWS, while impressive technically, are breakthroughs because they improved developer efficiency. They also weren't "needed" until they were built, and have allowed many developers to work on broader parts of the stack.

Also, today's tech solves today's problems.

Re: Ask HN: Is there server-side software that we are missing in 2018?

#8
post #5

> Nowadays it seems like there's nothing missing. There's lots of things missing. There's just nothing missing in established categories. Why would there be? Start your own category, create software for it, then convince everyone that the category is important.

This. If you want to create something, create something that simplifies things for us. Don't just create another tool to go on the tool belt.

Re: Ask HN: Is there server-side software that we are missing in 2018?

#10
An open-source platform for self-hosting function-as-a-service - something that provides the tooling for easily saying "deploy this function, auto scale it, route HTTP traffic to it, now atomically replace it with this new version" without having to lock yourself in to Google/AWS/Azure.
Post reply on HN