Live data from Hacker News

Ask HN: What weird or hard problems are you trying to solve?

news.ycombinator.com

91–100 of 831 posts

Re: Ask HN: What weird or hard problems are you trying to solve?

#91
Automating cloud architecture creation.

I'm building a "catalog" of architectures that you could use to create a complete cloud architecture on your AWS, GCP or Azure account in less than one minute.

So, for example, you could create a docker-based architecture with CI/CD, auto-scaling, zero downtime deployment, SSL, load-balancing, high availability and MongoDB in less than one minute in your own AWS account.

It's like Terraform with the user-friendliness of Heroku.

It's very hard because every providers have different APIs and concepts so you have to start from scratch for each.

I love working on it because cloud-computing may have so much impact in some organizations like biotech startups or NGOs.

Re: Ask HN: What weird or hard problems are you trying to solve?

#92

How do I satisfy the needs of non-technical middle managers in engineering to appear as if they understand and control their shops, while minimizing damage to those shops?

It's an impossible task. Without direct access to their brains and being able to alter those, you are at a lost cause.

Middle Manager Syndrome would be great for machine learning to cure. I hope you come out with your nerves intact

Re: Ask HN: What weird or hard problems are you trying to solve?

#93
post #3

Not sure if this is weird so much as an area of business that not a lot of people think actively about, but get bit by. THE PROBLEM How do you automate and aggregate context across business departments for various forms of activity, and then map that to marketing analytics in a way that gives relevant and sufficient insights beyond just channel or user data? How do you more fully answer the question of "what happened…

Salesforce solves this.

They do need worthy competitors, so go for it!

Re: Ask HN: What weird or hard problems are you trying to solve?

#95
I'm trying to replace SQL by building a language that compiles to SQL. It has first-class functions, nicer syntax, better type-system, introspection, and other things you would expect from a modern language. But in the end, you still get SQL's performance, and the ability to use it with dozens of database engines.

Re: Ask HN: What weird or hard problems are you trying to solve?

#98
post #95

I'm trying to replace SQL by building a language that compiles to SQL. It has first-class functions, nicer syntax, better type-system, introspection, and other things you would expect from a modern language. But in the end, you still get SQL's performance, and the ability to use it with dozens of database engines.

You mean you work on LINQ?

Only half joking here.

Re: Ask HN: What weird or hard problems are you trying to solve?

#99

Automating cloud architecture creation. I'm building a "catalog" of architectures that you could use to create a complete cloud architecture on your AWS, GCP or Azure account in less than one minute. So, for example, you could create a docker-based architecture with CI/CD, auto-scaling, zero downtime deployment, SSL, load-balancing, high availability and MongoDB in less than one minute in your own AWS account. It's l…

Do you have something published yet? Code, articles or anything? Sounds very interesting!

Re: Ask HN: What weird or hard problems are you trying to solve?

#100
post #95

I'm trying to replace SQL by building a language that compiles to SQL. It has first-class functions, nicer syntax, better type-system, introspection, and other things you would expect from a modern language. But in the end, you still get SQL's performance, and the ability to use it with dozens of database engines.

Have you seen the R library dplyr? It is a weirdly powerful data analysis tool, that can also produce SQL queries!
Post reply on HN