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…
Ask HN: What is the most exciting development in your field right now?
211–220 of 436 posts
Re: Ask HN: What is the most exciting development in your field right now?
#212Earlier quoted context omitted.
For someone wanting to begin involving program verification in a practical way to their day-to-day work, do you have any suggestions, resources, or anything?
That depends on your background and your goals. How much do you know about modern testing, abstract interpretation, SAT/SMT solving? In any case, as of Feb 2017, a lot of this technology is not yet economical for non-safety critical mainstream programming. Peter O'Hearn's talk at the Turing Institute https://www.youtube.com/watch?v=lcVx3g3SmmY might be of interest.
Don't know much about it, but verum.com claims 50% reduction in development costs.
Re: Ask HN: What is the most exciting development in your field right now?
#213I'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…
Re: Ask HN: What is the most exciting development in your field right now?
#214Earlier quoted context omitted.
I'm also doing embedded work, but I don't really see - or expect - performance from the RISC-V cores above similar CPU designs that consume about the same area/gate-equivalents; did I miss some recent results? Of course, freely-available and well-supported CPU IP can be very cool!
Embedded designer here. Came to say RISC-V as well, but not because of performance. It will be because of price. A significant hunk of a Cortex-M die is the ARM licensing fee. If we can drop that? That would be an order of magnitude of savings on my BOM.
Can you give a few numbers/guesetimates for common mcu's ?
Re: Ask HN: What is the most exciting development in your field right now?
#215In the Bitcoin space, I'm most excited about the Lightning Network [0][1] and MimbleWimble [2][3], which are in my view the two most groundbreaking technologies that really push the limits of what blockchains are capable of. [0] https://en.bitcoin.it/wiki/Lightning_Network [1] https://lightning.network/ [2] https://download.wpsoftware.net/bitcoin/wizardry/mimblewimbl... [3] https://bitcoinmagazine.com/articles/mimble…
And within the wider space of blockchains, improving access to strong anonymization techniques appears to be moving forward quickly: https://blog.ethereum.org/2017/01/19/update-integrating-zcas...
Re: Ask HN: What is the most exciting development in your field right now?
#216Earlier quoted context omitted.
It's all a matter of perspective. One could also claim that those who don't acknowledge God are deluding themselves with a lack of theology. I'm not trying to start a debate, but dismissing the beliefs of billions as simply delusion/deception is painting with broad strokes.
Which god? The argument you make could also be made for all people following all the religions aside from the one whose god actually exists. The religions can't all be right, if in fact even one is right. So sheer quantity of believers doesn't work for making a point.
They're basically saying that sheer quantity of believers in anything proves that their God exists!
Re: Ask HN: What is the most exciting development in your field right now?
#217Field: embedded software. To me RISC-V is the most exciting thing for the next few years. The performance appears to be awesome, and free CPU IP will allow more varieties of specialized low-cost chips for specific use cases. It should also have a positive effect on development environments by encouraging wider use of free toolchains.
Re: Ask HN: What is the most exciting development in your field right now?
#218New 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…
Re: Ask HN: What is the most exciting development in your field right now?
#219Most annoying is the need to write in ES6/Babel today, and all these js hipsters that really believe this is the future of web development. I totally hate Babel with it's dozens of Webpack patches/plugins to make it work. Oh, and don't forget your (Airbnb style) linter if you want to be politically correct. No one needs Babel to write stellar code IMHO. Unfortunately it is not about the quality of the code you write,…
I agree there's a lot of cargo-culting and bandwagon-ism nowadays. It's the result of there being lots of beginners who just want a recipe they can apply to produce a certain result. I don't blame them for wanting that or for being beginners, or for being frustrated at the obvious madness of it all. What bothers me is the apparent lack of interest these people seem to have in understanding the history and trade-offs…