Skip to main content

Original Content podcast: Apple’s ‘Little America’ chooses uplift over anger

“Little America,” a new anthology series on Apple TV+, has been widely described as the best show on the fledging streaming service.

Here on the Original Content podcast, we aren’t ready to go quite that far, particularly since a couple of us are big fans of “See.” But we were pretty impressed.

The series, which counts “The Big Sick” writers Emily V. Gordon and Kumail Nanjiani among its executive producers, tells eight separate stories (all based on real-life profiles in Epic Magazine) about immigrants to the United States. For example, the first episode focuses on a young boy whose parents end up returning to India in the face of deportation, leaving him as the de facto manager of their motel in Utah.

At a time when immigration remains a hot-button issue on the national stage, this might sound like the setup for a righteously angry and political show. Instead, “Little America” largely eschews overt politics, aside from its insistence in depicting as immigrants from all over the world as individuals with their own idiosyncrasies and ambitions — in short, as real human beings.

This makes for a funny, engaging show that never gets particularly dark or depressing. Perhaps that’s our only real criticism — that the stories seem so carefully chosen to emphasize uplift over anger that they can start to feel a bit formulaic.

In addition to our review (which includes some mild spoilers for early episodes), this episode takes us all over the place, covering everything from Netflix’s new method for reporting audience size to a lawsuit alleging that M. Night Shyamalan stole the idea for his TV+ series “Servant.

You can listen in the player below, subscribe using Apple Podcasts or find us in your podcast player of choice. If you like the show, please let us know by leaving a review on Apple. You can also send us feedback directly. (Or suggest shows and movies for us to review!)

And if you’d like to skip ahead, here’s how the episode breaks down:

0:00 Intro
0:27 Netflix audience metrics
15:52 “Little America” review (mild spoilers)
45:59 M. Night Shyamalan lawsuit discussion
56:31 “Encore” discussion
1:02:07 “Bachelor” discussion



from TechCrunch https://ift.tt/36tG92u

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...