ADVERTISEMENT

Community service as a multi-level solution

Published Oct 24, 2020 09:10 pm
BETTER DAYS Senator Sonny Angara Any crime, if proven to be true, should be given the proper punishment — such as incarceration — with circumstances in consideration. Sometimes, however, the act of imprisoning someone may prove to be detrimental to the person’s well-being or may even encourage more criminal behavior. This is why we need productive and positive solutions, rather than solely relying on imprisonment for criminal justice. In 2017,  I filed a measure which authorizes the courts to require community service instead of sentencing detention for anyone who commits minor offenses.  Thankfully, Senator Richard Gordon, as chair of the Committee on Justice, acted swiftly on the measure’s passage — consolidating similar measures filed by then Senators Sonny Trillanes and JV Ejercito. President Duterte then signed it into law in August, 2019, to be used in courts by November 2 this year. Known as the Community Service Act, RA 11362, it would make community service an option in cases of minor crimes where punishment would be imprisonment for six months or less. Community service as a sentence would involve any physical activity that encourages civic consciousness and is for a public work or service. And according to the guidelines approved by the Supreme Court earlier this month, the community service should be subject to specific terms, and must consider the gravity of the offense. The service rendered should then be under the supervision of a probation  officer; similar to Thailand, the offender must undergo counseling under the local government’s involved departments. Also, the court has full discretion on whether to use community service, and that it can only be availed of once by the offender.  And even though community service applies only to cases where arresto menor (one to 30 days imprisonment) and arresto mayor (31 days to six months) are the sentences, any violation of the community service terms could lead to serving of the imprisonment period in prison or at the defendant’s house. Community service as penalty is not a new concept; it is part of what is called restorative justice, where offenders are sentenced to repair harm done to people, relationships, and communities.  For example, Singapore uses community service and restorative justice primarily for juvenile offenders. This is embodied in what they call the Community Service Order, which is modelled after the Corrective Work Order for littering. Thailand, on the other hand, has judicial tools based on restorative justice and community service for both juveniles and adults. Australia has a formal listing of community service orders, including Work and Development Orders, and Graffiti Removal Orders. In the Philippines, one important dimension of the Community Service Act is how it helps alleviate our overcrowded prisons. Community service can, in part, reduce the prison population by offering local courts an alternative option to incarceration that will hopefully have a positive effect on the defendant. The Philippines is considered to have among the world’s most congested penal systems. As of November, 2019, we had 215,000 prisoners in facilities that were only meant to house 40,000 inmates.  Worse, as of 2018, about 75% of these prisoners — 141,422 people — were either awaiting trial or had been remanded back to prison while their trials are ongoing. This overcrowding takes on an alarming new dimension now that we are going through the COVID-19 pandemic; the fact that community service can lessen the prison population by even a small number is already a blessing. Imagine the danger of 332 inmates having already caught the virus in Cebu City jail a few months back, where 6,000 people are imprisoned in facilities designed for only 1,500. In the end, the enactment of the Community Service Law and its forthcoming implementation are important stepping-stones towards a more responsive and efficient justice system. E-mail: [email protected]| Facebook, Twitter & Instagram: @sonnyangara Senator Sonny Angara has been in public service for 16 years—9 years as Representative of the Lone District of Aurora, and 7 as Senator. He has authored and sponsored more than 200 laws.  He is currently serving his second term in the Senate. 

Related Tags

Senator Sonny Angara
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.