Live data from Hacker News

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

news.ycombinator.com

251–260 of 362 posts

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

#251
post #133

Earlier quoted context omitted.

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.

why do you say this ? https://techcrunch.com/2010/12/16/world-lens-translates-word... World lens has been around since 2010 Layar since 2009 https://techcrunch.com/2009/08/17/layar-proves-the-augmented... Yelp Monocal in 2009 https://www.youtube.com/watch?v=mZyOZBqI8FM ARKit is still the same hold your phone up to do AR. Why is it different now ?

> Why is it different now ?

Because it doesn't require hardware and it's incredibly accurate...

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

#252

New, exciting tech making its way in to boring, old industries. And I mean boring , old industries. There's an unbelievable amount of backwards business process that's still out there. Unless you've experienced it first hand, I really don't think you can fully appreciate how manual the "business world" still is. For the past year I've been working with an intermodal trucking company building an app for owner-operator…

What's the app?

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

#253

Earlier quoted context omitted.

There are many C interpreters.

I'm aware of PicoC, Cling (nee CINT), and Ch (commercial), but that's only three. What others are there? I'm curious about canonical C interpreters as well as things that aren't quite interpreting C but are somehow related.

Here is another http://compcert.inria.fr

[08/2011] Release of version 1.9 of the Compcert C compiler. Novelties include a reference C interpreter and stronger semantic preservation results.

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

#254

Earlier quoted context omitted.

For me it is Raiden, I believe Ethereum should be able to beat Bitcoin in their lightening network implementation, and for the cryptocurrency of future, Raiden is very important for Ethereum. PS: So you don't support Ethereum Classic anymore?

Also more excited about Raiden. Sad there isn't much more information about it. From my understanding, the thing I like about payment channels is that the capacity of the payment channel depends on how much of the cryptocurrency is deposited/locked away under it. So with everyone competing for a payment channel toll, they have taken large amounts of crypto off the market, constricting the supply, while distributing t…

FYI you can go use working state channels right now at https://showcase.funfair.io/

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

#255

Earlier quoted context omitted.

If you want to bring people physically closer together, just lean into NIMBYism and keep housing supply small. As current trends continue and require more people to live in city centers, we'll see more and more instances of people forced to have roommates when they'd rather not, multiple families forced to share a single apartment when they'd rather have their own, etc. But somehow I think you will actually create co…

I disagree. Living in a dense city does not necessitate living in some sort of tenement and being at each other's throats. Living costs are high in cities because people who bought property early like it that way. They want their properties to appreciate, so they prevent others from increasing supply. Governments seem happy to object out of some mistaken sense of social justice or historical preservation. Still, peop…

> Still, people in dense cities who endure higher living costs tend to be happier

Most of the studies I've seen have said the exact opposite, that those living in urban environments are actually less happy: http://bit.ly/2v5cQni

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

#256

Earlier quoted context omitted.

What I understand is that they invented a language called Crystal. And they made a compiler for it. The phrase "compiled language" is not very meaningful. It is quite possible for someone to make a Crystal interpreter.

Sure, but the goal of the language creator is to create a compiled Ruby-like language. As such, Crystal is by design meant to be compiled. Which is also the case for languages like C, C++, Go, etc.

What properties of C indicate that it is meant to be compiled? The word "compiler" does not appear in the ISO/IEC 9899:1999 standard (aka C99) in any meaningful way (there is just one sentence in a footnote).

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

#257

Earlier quoted context omitted.

Sure, but the goal of the language creator is to create a compiled Ruby-like language. As such, Crystal is by design meant to be compiled. Which is also the case for languages like C, C++, Go, etc.

What properties of C indicate that it is meant to be compiled? The word "compiler" does not appear in the ISO/IEC 9899:1999 standard (aka C99) in any meaningful way (there is just one sentence in a footnote).

That it's fairly close to assembly for a high level language, and most C that has ever been written has been compiled.

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

#259

Mass adoption of electric vehicles. Battery prices are plummeting and the advantages of EV are so great that the moment they break that $20k barrier with zero subsidies (which should be within the next five years) the switch will be rapid. I suspect at least 1 in 3 personal vehicles in use in major metro areas will be an EV by 2025.

I would absolutely own an electric vehicle if I was part of a muti-car family. But, until electric is as easily and quick to refill on as gas (long road trips, etc) I would not own it as my only vehicle.

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

#260

Earlier quoted context omitted.

What properties of C indicate that it is meant to be compiled? The word "compiler" does not appear in the ISO/IEC 9899:1999 standard (aka C99) in any meaningful way (there is just one sentence in a footnote).

That it's fairly close to assembly for a high level language, and most C that has ever been written has been compiled.

Okay, but it still seems strange to claim compiled-ness as some sort of intrinsic property of a language.
Post reply on HN