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.
Ask HN: What tech that's right around the corner are you most excited about?
131–140 of 362 posts
Re: Ask HN: What tech that's right around the corner are you most excited about?
#132Earlier 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…
Re: Ask HN: What tech that's right around the corner are you most excited about?
#133ARKit. 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…
Re: Ask HN: What tech that's right around the corner are you most excited about?
#134Re: Ask HN: What tech that's right around the corner are you most excited about?
#135Earlier 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.
Re: Ask HN: What tech that's right around the corner are you most excited about?
#136ARKit. 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…
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?
#137Re: Ask HN: What tech that's right around the corner are you most excited about?
#138Earlier 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.
Re: Ask HN: What tech that's right around the corner are you most excited about?
#139Edge 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.
Re: Ask HN: What tech that's right around the corner are you most excited about?
#140Crystal & 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.