High DPI displays are becoming the norm, and this is resulting in font hinting being used far less frequently than before.
Consider the mainstay of legal documentation, 10 point (~3.5mm) Times (New Roman).
You can use this page to calculate the DPI of your device:
http://dpi.lv/On an 80ppi screen, the glyph will be ~11pixels tall. Hinting is obviously needed.
On a 150ppi screen, the glyph will be ~20pixels tall. Hinting is obviously needed.
A MacBook Pro has a 227ppi screen. The glyph will be ~31pixels tall. Hinting may be needed depending on font.
I'm typing this on a Microsoft Surface Pro 4 with a 267dpi screen. The glyph will be ~37pixels tall. Hinting may be somewhat noticeable for some people or people trained to notice it.
Some believe ( http://prometheus.med.utah.edu/~bwjones/2010/06/apple-retina-display/ ) that 300ppi is the maximum perceivable ppi. On a 401 ppi screen (such as the one in the iPhone 6), the glyph will be ~55pixels tall. Hinting won't be noticeable.
On a 576ppi screen (such as the one on the Samsung S7), the glyph will be ~80pixels tall. Hinting won't be noticeable. I actually have this phone, and can only see the individual pixels with a magnifying glass.
So my question for the type design community is: is hinting still relevant in 2016? Should new type designers learn it? I'm not exactly a new type designer, I know some things about hinting, but I'm wondering how much more time I should commit to studying it if it won't be used in 5 years.
If you are still using a low DPI display, you can get an idea of how hinting affects fonts on high DPI displays by rendering them at the pixel sizes above. Here's the string "Hinting" rendered in Times at those sizes, first hinted then unhinted. GIMP was used to make the image.
(Note: Your OS might upscale this image if you're using a high DPI display. Display it in Paint or Photoshop at 1px = 1px to see.)

(If this or similar has been posted here before, I apologize for not finding the thread :-( )
Comments
While this is becoming true in Europe and North America, it is not true worldwide. There are many regions where the majority of machines are low resolution.
Even in Europe and North America, consider large institutions - public libraries, hospitals, banks, government offices, courtrooms, schools - i.e. any organization that amortizes the value of hardware, thus has to keep machines around for 5+ years. These folks are still using ~96dpi desktop monitors.
I believe that the inflection point will be when 200+dpi monitors cost < $100 (thus are inexpensive in all geographies and for large institutions). At that point, existing low resolution devices will phase out rapidly, and we can worry less about hinting. Those monitors have fallen from >$1000 a few years ago to $500 today, but they're not a commodity yet.
That is, alignment zones and stem widths.
Yes, it is helpful for type designers to know it—even if it makes no perceptible difference to the end reader.
Alignment zones help the type designer to implement overshoot, and formulating standard stem widths helps one structure a font, and a family with many weights.
I highly recommend watching Kevin Larson's talk from ATypI São Paulo where he talks about resolution and contrast and addresses this exact question.https://www.youtube.com/watch?v=bt3OnDeEVH4
As others have said, there is a long tail of low-PPI screens. Not hinting text fonts that will be used on low-PPI screens is a disservice to your readers.
However to go back to the original question of should new type designers learn it, that I'm not sure about. There's a lot of new type tech out there, and given that any designer's time is limited, I think an argument could be made that a "new" designer might be better off spending his/her time learning about variable OpenType fonts, or using color font tech. You can always sub out the hinting work to one of us old fogies.
Care to distinguish between situations for manual and situations for auto-tuned?
I also suspect that the demands just get stricter as auto- technology improves, and also you use manual hinting to tackle higher challenges. e.g. it used to be that you need to manually hint 20 glyphs of an English font with 100 glyphs. auto-hinting improves, but then you still have to manually hint 20 glyphs of a pan-European font with 1000 glyphs. Another 10 years later, you are doing CJK fonts with 10000 glyphs - most of the 10000 auto-hints well, still 20 don't.
Another 10 years later, you have 100,000 glyphs in your font, which includes Klingon and emoji's. Now you want to manually hints those little wrinkles on emoji's faces... Still 20 glyphs to manually hint...
Either way it seems odd to me, since hinting a light weight surely requires a different mindset than hinting a crowded black weight.
I agree that we are yet to see the results of the new VTT Variable Fonts hinting in action. Has MS actually released that hinted Selawik?
Microsoft Visual TrueType 6.10 with Autohinter, available for download
http://typedrawers.com/discussion/1406/microsoft-visual-truetype-6-10-with-autohinter-available-for-download/p1
Hinting today is much easier, with much less code needed. I discuss that in the blog posts here.
https://blogs.msdn.microsoft.com/fontblog/
both VTT and TTF Autohint are both great tools to use to get a head start on hinting fonts for the screen. Autohinting does not take care of the details, however, and proofing and fine tuning must be done, to get the details right, and of course as with everything in type design, the details are important. Accents are a good example of where hinting may need fine tuning, at small sizes. & and Cap Q, are other examples of characters that Autohinters find difficult to get right on first pass.
there is a sample font that ships with VTT 6.10 that can be studied. I would also recommend taking a look at this brilliant font hinting exercise using TTFAutohint. (a labour of love)
Making Fonts: Proza Libre, by Jasper de Waard
http://ilovetypography.com/2016/07/14/making-fonts-proza-libre/
Hinting is not as scary as it was, but the details still need careful attention. do it once, do it right and your readers will thank you. Hinting for FV fonts, may be easier still, by hinting one master, with a basic set of controls, all font variations can use this one set of basic hinting controls.
I was amazed to find that screen resolution doesn't quite work the way I thought it worked. A must-view.
Why? We hinted it with the new light hinting strategy used as used by our light Latin autohinter in VTT, which only uses CVTs for vertical metrics: ascender, descender, baseline, cap height, x-height. Once we finished that, I realized that Selawik's design has constant vertical metrics across all weights, thus no varying CVTs, thus nothing to put in the cvar table. Pretty boring test font. So, I unnecessarily added stem CVTs to the lowercase just to have something that changes in a cvar table. Thus, this font makes a better test case than an exemplar.
It also has some other fun hinting-based features, but I don't want to give those away yet...
Got a few issues to work out still. When it's ready, I'll let you all know.
Side note:
That's a reference to a popular geek meme originating in 1989.