Live data from Hacker News

Ask HN: Next big thing in Computer Science or tech according to you?

news.ycombinator.com

21–24 of 24 posts

Re: Ask HN: Next big thing in Computer Science or tech according to you?

#21
post #3

Blockchain has a lot of potential, I believe what we have seen is not even 1% of what we are going to see in the next 20 years.

Any examples or categories? I think blockchain is interesting but don't see the real-world usefulness to be honest, other than bitcoin. Most applications can just use a database.

Re: Ask HN: Next big thing in Computer Science or tech according to you?

#23
post #4

CUE(lang) and that we finally have a proper language for configuration and schemas. I think it will be significant in DevOps and anywhere we use Yaml or json for config. https://cuelang.org | https://cuetorials.com

You might also be interested in the Dhall config language which has a great philosophy of preventing errors through correct design: https://docs.dhall-lang.org/discussions/Safety-guarantees.ht...

Re: Ask HN: Next big thing in Computer Science or tech according to you?

#24
post #4

CUE(lang) and that we finally have a proper language for configuration and schemas. I think it will be significant in DevOps and anywhere we use Yaml or json for config. https://cuelang.org | https://cuetorials.com

You might also be interested in the Dhall config language which has a great philosophy of preventing errors through correct design: https://docs.dhall-lang.org/discussions/Safety-guarantees.ht...

I checked out Dhall back when I also found CUE. Definitely do not like it. The syntax is too different from existing configuration languages to see mass adoption. CUEs philosophy is much better outlined and reasoned, and comes from the same place as containers, kubernetes, and Go.

Another benefit of CUE over Dhall is that I can use CUE from Go. Very few people use Haskell, Go is an industry standard at this point

Post reply on HN