Live data from Hacker News

Ask HN: What is the most exciting development in your field right now?

news.ycombinator.com

221–230 of 436 posts

Re: Ask HN: What is the most exciting development in your field right now?

#221

I'm entering radiology residency, and I'm very pro-automation / machine learning. There's a contentious debate in the field about whether radiologists will be replaced: https://forums.studentdoctor.net/threads/will-ai-replace-rad... HackerNews is very developer-focused. If you guys saw what a radiologist does on a 9-5 basis you'd be amazed it hasn't already been automated. Sitting behind a computer, looking at images…

PACS developer here - I asked the same thing a few years ago when I started in pACS about automation. I was told it's the need to have someone to sue that holds back the automation, not so much the technology.

Re: Ask HN: What is the most exciting development in your field right now?

#222
post #26

Container orchestrators becoming mainstream is something I'm very excited about. Tools like DC/OS, Nomad, Kubernetes, Docker Swarm Mode, Triton, Rancher make it so much easier to have fast development cycles. Last week I went from idea, to concept, to deployed in production in a single day. And it is automatically kept available, restarted if it fails, traffic is routed correctly, other services can discover it, the…

Rancher + SpotInst is an amazing combination of convenience and cost effectiveness. I'd encourage everyone to give it a shot.

Re: Ask HN: What is the most exciting development in your field right now?

#223
Aerospace Engineer - Enhanced Flight Vision Systems

TLDR: Fancy fused infrared (LWIR/SWIR) and visible spectrum camera systems may 'soon' be on a passenger airliner near you.

Using infrared cameras to see through fog/haze to land aircraft has been happening for a while now, but only on biz jets or on FedEx aircraft with a waiver. The FAA has gained enough confidence in the systems that they have just opened up the rules to allow these camera systems to be used to land on passenger aircraft.

Combine that with the fact that airports are transitioning away from incandescent lights to LEDs (meaning a purely IR sensor system is not longer enough), and you get multi-sensor image fusion work to do and a whole new market to sell them to.

Here is a blog post (from a competitor of ours) talking about the new rules.

https://blogs.rockwellcollins.com/2017/01/17/worth-the-wait-...

Re: Ask HN: What is the most exciting development in your field right now?

#225
post #130

The way we educate our kids hasn't changed a lot in centuries. MOOCs are great but completion rate is a real and yet unsolved problem. I believe the biggest advancement in the field of education is going to come with VR. With VR, we can dramatically reduce the cost of "learning while doing", which should be the only way of learning. With AI, we can provide highly personalised paths for learners. VR and AI technologie…

What about the kids who won't put on the VR headset because they prefer to snap-chat, chat, youtube, waste time, do social posturing? I think, for middle school, it's easy to underestimate how much of education is not actual content. How do you deliver education that targets the teenage anger / passivity / disappointment / and emotional roller coaster?

This is probably my resentment speaking, but I resonate with this Paul Graham essay about school years being miserable primarily due to school, not puberty.

http://www.paulgraham.com/nerds.html

Re: Ask HN: What is the most exciting development in your field right now?

#226
post #26

Container orchestrators becoming mainstream is something I'm very excited about. Tools like DC/OS, Nomad, Kubernetes, Docker Swarm Mode, Triton, Rancher make it so much easier to have fast development cycles. Last week I went from idea, to concept, to deployed in production in a single day. And it is automatically kept available, restarted if it fails, traffic is routed correctly, other services can discover it, the…

Please take a look at the Cloud Native Computing Foundation (I'm the executive director) at cncf.io. We have a lot of free resources for learning more about the space.

Re: Ask HN: What is the most exciting development in your field right now?

#227

Earlier quoted context omitted.

Yeah, this is one area where webdev is way behind other fields, and i think we're going to see lots of new tooling in this area soon. We're currently working on a way to help devs test web app functionality and complete user journeys without having to actually write tests in Selenium or whatever. The idea to is let devs write down what they want to test in English ("load the page", "search for a flight", "fill the fo…

>wants to reduce complexity >tries to do so by using an imprecise, context-dependent language designed for person-to-person communication to instruct a machine ??? Selenium is its own can of worms, but it absolutely sounds like you're using the wrong tool for the job here. The problem stopping people from writing browser-based tests is not that people can't understand specific syntaxes or DSLs, it's actually the oppo…

Totally agree with this. The concerning part for me is that ML is about making a "best guess" given some data. This means that your tests may pass one time and fail another - inconsistent tests aren't tests at all.

Re: Ask HN: What is the most exciting development in your field right now?

#228
post #223

Aerospace Engineer - Enhanced Flight Vision Systems TLDR: Fancy fused infrared (LWIR/SWIR) and visible spectrum camera systems may 'soon' be on a passenger airliner near you. Using infrared cameras to see through fog/haze to land aircraft has been happening for a while now, but only on biz jets or on FedEx aircraft with a waiver. The FAA has gained enough confidence in the systems that they have just opened up the ru…

That sounds very interesting!

Say with a car that has a heads up display for night vision, if it had an SWIR sensor and IR lights, can that cut through fog too? Or is it the LWIR that is able to do that?

Re: Ask HN: What is the most exciting development in your field right now?

#229
post #58
post #13

Compilation: - Meta-tracing, e.g. PyPy. - End-to-end verification of compilers, e.g. CompCert and CakeML. Programming languages: - Mainstreamisation of the ideas of ML-like languages, e.g. Scala, Rust, Haskell, and the effect these ideas have on legacy languages, e.g. C++, Java 9, C#. - Beginning of use of resource types outside pure research, e.g. affine types in Rust and experimental use of session types. Foundatio…

I work in CPU design. So I'd add that the tools for formally verifying CPUs have come a very long way in the last two years, and the next two years look like they will be very exciting indeed.

I'd also like to hear more about what tools you're using/looking forward to.

Re: Ask HN: What is the most exciting development in your field right now?

#230

New aesthetics in web design. With the brutalist movement something new started. People went back to code editors to create websites by hand skipping third-party, non-web-native user interface design tools prefilled with common knowledge making websites looking uniform. The idea of design silos and brand-specific design thinking is dropped: no more bootstrap, flat design, material design, etc. It's like back to the n…

Isn't it just a fad? How usable and readable is the brutalist design? Or what are you trying to maximise other than being different?

A fad? Don't you see a problem with many of today's websites? Both from a developer's and a user's perspective.
Post reply on HN