Urgent.News

What's breaking now, across thousands of outlets.

Tech

Nearly 100,000 scam posts removed as Govt steps up online fraud fight

NEARLY 100,000 scam-related posts have been removed from social media platforms in Malaysia this year, as authorities step up efforts to protect the public from increasingly widespread online fraud. The Malaysian Communications and Multimedia Commiss...

Nearly 100,000 scam-related posts have been removed from Malaysian social media platforms this year, as authorities intensify efforts to combat online fraud, according to the Malaysian Communications and Multimedia Commission (MCMC). As of July 15, MCMC removed 99,693 scam-related posts, surpassing last year's total of 98,503. Deputy Communications Minister Teo Nie Ching revealed that MCMC submitted 106,268 requests to social media platforms for content removal during the same period, compared to 102,113 requests in the previous year.

While the platforms retain the discretion to decide whether to remove content, the compliance rate for scam cases among them usually exceeds 90%. Teo emphasized this following the MADANI Kita Programme 2026 for Johor at Dewan Raya Taman Desa Skudai, highlighting the high compliance rate and the effectiveness of the regulator's efforts in safeguarding social media users.

The surge in takedown requests underscores the escalating challenge authorities face in preventing the spread of fraudulent content on online platforms, as scammers increasingly exploit social media to target potential victims.

Written by urgent.news from The Vibes's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at thevibes.com →

More in Tech

I Turned the GetBirthChart Astrology Engine Into a Python Package

A few weeks ago, I open-sourced the Python calculation engine behind GetBirthChart. The source was public, but using it still meant cloning the repository, setting up the environment, and…

  • GetBirthChart engine open-sourced as Python package gbc-astro
  • Package installs via pip install gbc-astro, maintains original calculations
  • Features planetary positions, zodiac placements, houses and more

Database Partitioning & Sharding: How to Distribute Massive Datasets

As an application grows, its database grows with it. A small application might start with a few thousand users and a single database server.

  • Database partitioning breaks large datasets into smaller, manageable pieces called partitions.
  • Sharding distributes data across multiple independent database servers using a shard key.
  • Choosing the right shard key is crucial for even data distribution and preventing hotspots.

I built a GitHub repository intelligence API — here's what I learned

Every open source maintainer I've talked to has the same problem. Their GitHub issues are a mess. Missing descriptions. No labels. Tickets open for 8 months with zero activity.

  • RepoAudit is a GitHub repository intelligence API built in TypeScript
  • Batching AI scoring at 20 issues per call prevents latency issues
  • API offers three pricing tiers: free, starter, and pro

More from Saturday 22 August →