Live data from Hacker News

Ask HN: What under-the-radar technology are you excited about?

news.ycombinator.com

301–310 of 553 posts

Re: Ask HN: What under-the-radar technology are you excited about?

#301
post #287

Earlier quoted context omitted.

So I imagined it, and I came to the conclusion it's not more than a QR code.

Yes, I too thought this, how does a QR code not already accomplish this need?

A QR code IS a type of fiducial.

There’s an entire spectrum of fiducial types based on 2D bar code matrices. QR code is the most well known.

But 2D matrices are not as resistant to motion blur, so there are advantages to some of the other types.

Re: Ask HN: What under-the-radar technology are you excited about?

#302

Javascript and Typescript replacements. Started learning Clojure / ClojureScript and keeping an eye on ML languages like ReScript and ReasonML. I wish soon I'll be able to never write JS/TS code again.

Take a look at haxe[0] for a compile-to-js ML inspired language. It's relatively mature these days and integrates with existing typescript definitions via dts2hx[1] I talk about this more here: https://news.ycombinator.com/item?id=26084187 [0] https://haxe.org/ [1] https://github.com/haxiomic/dts2hx

In a similar vein, Fable (an F#-to-JS compiler) is gaining a lot of momentum in the F# community. https://fable.io/

Re: Ask HN: What under-the-radar technology are you excited about?

#303

1. GNU Name System to replace the DNS in a backwards-compatible manner, with delegation to cryptographic public keys (instead of IP addresses) and with strong guarantees against known attacks against the DNS (DNSSEC doesn't solve everything). https://gnunet.org/en/gns.html 2. Semantic sysadmin to declare your intent in regards to your infrastructure no matter how it is implemented (i.e. with a standard specification,…

> 3. GUI/WebUI CMS for contributing to a shared versioned repository. Did you have some specific tool in mind? Because I completely agree that this is a great way of working with content. We have been doing that for a couple of months with our own tool. It uses Git and stores content in a pretty-printed JSON file. Techies can update that directly and push it manually. Content editors can use our tool to edit and comm…

NetlifyCMS comes to mind!

Re: Ask HN: What under-the-radar technology are you excited about?

#304

1. GNU Name System to replace the DNS in a backwards-compatible manner, with delegation to cryptographic public keys (instead of IP addresses) and with strong guarantees against known attacks against the DNS (DNSSEC doesn't solve everything). https://gnunet.org/en/gns.html 2. Semantic sysadmin to declare your intent in regards to your infrastructure no matter how it is implemented (i.e. with a standard specification,…

There was a time I did all my shell commands just directly in Perl. If you have it all in your head you can do crazy stuff pretty quickly. Especially by having libraries that you can import and invoke in one line.

Re: Ask HN: What under-the-radar technology are you excited about?

#307

Muon-Catalyzed Fusion [1]. Briefly it's a genuine, and scientifically uncontroversial, form of 'cold' fusion enabled by muons — a more massive relative of the electron that was in the news recently thanks to the potentially interesting results coming out of the Muon g-2 experiment at Fermilab [2]. Like conventional 'hot' plasma fusion, in all experiments to date the energy input needed to sustain the process has exce…

The MinutePhysics video you linked seemed pretty firm in saying we had no clear path to reducing the energy input required to create muons or increasing the energy output of the fusion, thus never generating net energy.

Are there recent developments in this field that change that?

Re: Ask HN: What under-the-radar technology are you excited about?

#308
post #116

Old tech. New software development is 99% aimless churn. We don’t need more new tech. We need better applications of old tech. There is so much software that works perfectly fine already. What’s missing is connecting it to real world problems.

Not just old tech. But old tech made new again. Think about how much server-side web hosting de-complicates websites. If you had to start with a blank linux box, PHP is still one of the fastest ways to get something with a shopping cart functional to this very day. If you are into new-fangled shiny shit and can't be bothered with old, proven tech, look no further than Blazor Server for 99% of the same idea. But also way better because you have C# 8.0 and one of the best IDEs + first-class debugger support at your disposal.

In some circles, you might even be accused of being a boomer for using SQL. I think a lot of developers are missing out on just how much runway you can get out of SQL and libraries like SQLite. You would also be missing out on one of the greatest breakthroughs in the history of computer science with regard to our ability to model problem domains and perform inhuman queries against them with millisecond execution times. But hey, maybe machine learning and mongodb are working for your shop.

The final thing a lot of people miss are old ideas. Put your entire application on a single server somewhere, and all of its dependencies live in the same box. Optimize the vertical before you rewrite for horizontal, because 99% of the time you will go bankrupt before you get as big as Netflix so it wont matter anyways. Plus, you would go bankrupt faster anyways by chasing delusions of web-scale grandeur when you could have had the MVP done 3 years ago with just a simple SQLite database back-end and a T3a.micro. More likely than not you would have discovered it was a bad idea to start with and could more quickly move on to the actual thing you should have been focusing on.

Re: Ask HN: What under-the-radar technology are you excited about?

#309
post #48

Earlier quoted context omitted.

Is this under the radar?

For electric planes, it is. Up until a year or two ago, I still had fairly intelligent people still saying electric flight is “essentially impossible.”

AFAICT intelligent people are still saying that apart from short-hop 10 seater planes, electric flight is impossible.

Re: Ask HN: What under-the-radar technology are you excited about?

#310
post #289

Earlier quoted context omitted.

Forgive me, genuine question. What happens when it snows?

Or what happens if some kids prank a fiducial towards a cliff?

I mean you’d hope that self driving cars had a certain amount of error correction and weren’t just looking at one data point...
Post reply on HN