Live data from Hacker News

Ask HN: What tech that's right around the corner are you most excited about?

news.ycombinator.com

131–140 of 362 posts

Re: Ask HN: What tech that's right around the corner are you most excited about?

#131
post #39

Textblade: https://waytools.com/ Single row keyboard that has minimal finger movement. It was to be delivered March 2015 or so, but it has yet to be released. They have testers who rave about it and it looks incredible, but it is perpetually around the corner. Originally designed as an ultra-portable phone keyboard, those who have used it tend to use it for all their machines. It has jump slots to quickly switch from…

Not available? I didn't go through the full check-out process; but what happens when you go to buy it? I don't see any reference that it's unavailable.

[deleted]

Re: Ask HN: What tech that's right around the corner are you most excited about?

#132
post #15

Earlier quoted context omitted.

And if you can also elaborate on why SPARQL and RDF were a major failure, and how GraphQL is different/better?

> it seems to make sense for things that could be represented by graph False, even if there is graph in its name it's not restricted to graph, and that what is great about it compared to things like RDF and SPARQL. Backend data can be stored in key/value store, document, files, RDBMS or whatever. And you will still be able to make it work. AFAIK you write a "translation" layer that interprets a pseudo-JSON file into…

Ok. And the join strategy (i.e IDs alignment) between data sources is defined (declaratively? Programmatically?) in the "translation" layer. Sounds very interesting. I still think the URIs of the semantic web are a better idea, but given the fact that nobody (re)uses them, then why not a "translation" layer.

Re: Ask HN: What tech that's right around the corner are you most excited about?

#133

ARKit. Apple has solved few real world AR problems, which were usually hard for an average app developer to get started with. But with ARKit, apple, is "trying" to do the heavy lifting in terms of plane and object recognition etc. Another thing is the platform of distribution. People will use AR apps, which will hit the app store after September like crazy. And these same people, will be primary audience for Apple he…

ARKit seems like one of those technology breakthroughs that actually has gotten way less hype than you would think, but is legitimately a huge advancement.

Re: Ask HN: What tech that's right around the corner are you most excited about?

#135

Earlier quoted context omitted.

> it seems to make sense for things that could be represented by graph False, even if there is graph in its name it's not restricted to graph, and that what is great about it compared to things like RDF and SPARQL. Backend data can be stored in key/value store, document, files, RDBMS or whatever. And you will still be able to make it work. AFAIK you write a "translation" layer that interprets a pseudo-JSON file into…

> AFAIK GraphQL is not good at querying recursive datastructure, it's better at "neighborhood" kind of query, so you can traverse Foreign Keys, but not "indefinitely". That isn't true. You can request data in any shape you want and could theoretically traverse through child nodes indefinitely. We have many queries which go 5-6 levels deep.

How do you deal with IDs misalignment between data sources?

Re: Ask HN: What tech that's right around the corner are you most excited about?

#136

ARKit. Apple has solved few real world AR problems, which were usually hard for an average app developer to get started with. But with ARKit, apple, is "trying" to do the heavy lifting in terms of plane and object recognition etc. Another thing is the platform of distribution. People will use AR apps, which will hit the app store after September like crazy. And these same people, will be primary audience for Apple he…

Why do you think AR will become a "thing"?

Do people really want to run around wearing glasses/headsets all the time?

If you'd ask me, this idea could just as well end the same way as 3D TV.

Re: Ask HN: What tech that's right around the corner are you most excited about?

#138
post #70
post #44

Earlier quoted context omitted.

Got it, thanks for the clear explanation. So this means that we'll soon have web ads mining bitcoins using our GPUs, right? :)

Well, that's one thing. Google "Large Scale Distributed Deep Networks" for another.

Already happening! This came up a few days ago: Tensorflow implemented with webgl: https://news.ycombinator.com/item?id=14894653

Re: Ask HN: What tech that's right around the corner are you most excited about?

#139

Edge computing. Basically shifting off of cloud onto separate peer-to-peer connections. Faster, more secure, more distributed, and no middleman. Think 1990s/mid 2000s but no servers, just client to client. Soon everyone will want a home server.

How would we implement a search-engine using P2P?

Re: Ask HN: What tech that's right around the corner are you most excited about?

#140

Crystal & Julia 1.0. Crystal because it's a blazing fast, compiled and statically typed version of Ruby (or 80% anyway), and it's web server is awesome. Now it just needs full concurrency. Julia because it offers a nice, performant alternative to Python & R in data science, while avoiding Java & C++. It has some really nice features like multiple dispatch and the ability to run R, Python, Fortran and C code inside of…

I was choosing between Crystal and elixir for my personal edification and I picked elixir.

Safe choice. I Like both, and Crystal is definitely faster, but its not as developed as Elixir as far as ecosystem maturity or community.
Post reply on HN