Saturday, June 28, 2025
29.7 C
Singapore

The Beer Drinking Pig Meets his Demise

Feral hogs cause a variety of nuisance problems all over the world and this problem is also true in Australia. However, a recent story about a wild pig has caught the bemused attention of individuals all over the world.

Last month, a wild pig known as Swino gained social media fame after he went on what could be described as a drunken rampage. After stealing and drinking 18 beers from campers, the pig went on to fight a cow and then he celebrated his drunken antics by taking a swim in a nearby river.

The story came to the attention of the media when campers reported waking up to find the pig raiding their beer supply. Later that evening, another group of campers saw him running from an angry cow, where he then escaped to take a swim in the river.

After his evening of drinking and trouble making, the pig had gone missing from the scene and he was not spotted again until just recently. Unfortunately for Swino and his fans, his reappearance was the discovery of his body.

- Advertisement -
See also  ‘I keep my head down, but I make sure I keep receipts for everything’ — Singaporeans share how they manage office politics

A road crew discovered his body a month later on the side of a road approximately a kilometer from the site of his famous night of drinking. He was identified by distinctive markings so this looks to be the end of the world’s favorite partying pig.

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });