A proud, independent and vibrant splinter of the Kiwifarms community. All races, ethnicities, religions, gay/straight, CIS/trans, neurodiversity affirmative. If you can rock with us: You are one of us.
Please note: Positions or opinions expressed are personal and don't reflect official stances by Onionfarms.

Find member

Kiwifarms Gossip & Slap Fights KF General 2.0 / Green reddit / catboy ranch 2 Neko shota boogalo / cwcki forums autistic evolution

These threads cover general gossip and interacting with Kiwifarms (openly calling them out).
Subtitle
ITT: Onion farms makes Kiwifarms cry and we drink the tears in a coffee mug. And occasionally tell Ashley to fuck off.
Where did you get this from? The Boys is based off of Garth Ennis' comic which is about how superheroes can be used as an allegory for corporations.

It focused on the horrific practices of televangelism in the first season. The atheism was most likely because of Amazon/Garth (who hates Christianity because he's a English Nob) so its true to the source material.

Brightburn.

What is this?

Dude if you think Invincible is the same thing as The Boys, you're retarded.

Yes, why would Garth Ennis (The Creator of Preacher and writer for Punisher: Max) and Robert Kirkman (Creator of Walking Dead) kill off characters? Kiwifarmers must blame the jews for it instead of having legitimate complaints.

Other nations do this too.

This one I fully agree with.
Shut up pants shitting retard
 
This dude claims to be a White nationalist. However that still doesn't doesn't establish whether or not he's melanated.
Screenshot_20240918-191003.png.png
This dude claims to be a White nationalist.
every fucking time lmfao. defending shitskins to OWN le kikes. my god, the jokes write themselves
 
lol.png
lol2.png

user jethroTullamor gets a pink triangle. this fuckwad is the person that likes to a-log me for whatever reason. also spam negrates on my post. kek
 
They got called out for it, thankfully. However, there seems to be a distinct lack of concern from Josh and the moderators over somebody gleefully gloating about children being raped and murdered. It's times like these that I'm reminded that the culture on Kiwi Farms has shifted in directions that I find incompatible with my conscience.
They exhibit the same glee a-logging some random lolcow. The irony is they think it makes them look like better people in comparison. Empathy is a human trait, but sociopaths can't understand that.
 
1726756992865.png
The BossmanJack counter is not very efficient JS.

JavaScript:
window.onload = function () {
  // Month Day, Year Hour:Minute:Second, id-of-element-container
  countUpFromTime(1726606005692, 'countup1'); // ****** Change this line!
};

function countUpFromTime(countFrom, id) {
  countFrom = new Date(countFrom).getTime();
  var now = new Date(),
    countFrom = new Date(countFrom),
    timeDifference = (now - countFrom);

  var secondsInADay = 60 * 60 * 1000 * 24,
    secondsInAHour = 60 * 60 * 1000;

  days = Math.floor(timeDifference / (secondsInADay) * 1);
  years = Math.floor(days / 365);
  if (years > 1) { days = days - (years * 365) }
  hours = Math.floor((timeDifference % (secondsInADay)) / (secondsInAHour) * 1);
  mins = Math.floor(((timeDifference % (secondsInADay)) % (secondsInAHour)) / (60 * 1000) * 1);
  secs = Math.floor((((timeDifference % (secondsInADay)) % (secondsInAHour)) % (60 * 1000)) / 1000 * 1);

  var idEl = document.getElementById(id);
  idEl.style.removeProperty("visibility");
  idEl.getElementsByClassName('days')[0].innerHTML = days;
  idEl.getElementsByClassName('hours')[0].innerHTML = hours;
  idEl.getElementsByClassName('minutes')[0].innerHTML = mins;
  idEl.getElementsByClassName('seconds')[0].innerHTML = secs;

  clearTimeout(countUpFromTime.interval);
  countUpFromTime.interval = setTimeout(function () { countUpFromTime(countFrom, id); }, 1000);
}

I was going to criticize Null for not using jquery since KF loads it, but this isn't Null original code, just a copy and paste job.

 
Last edited:
View attachment 67127
The BossmanJack counter is not very efficient JS to put it nicely.

JavaScript:
window.onload = function () {
  // Month Day, Year Hour:Minute:Second, id-of-element-container
  countUpFromTime(1726606005692, 'countup1'); // ****** Change this line!
};

function countUpFromTime(countFrom, id) {
  countFrom = new Date(countFrom).getTime();
  var now = new Date(),
    countFrom = new Date(countFrom),
    timeDifference = (now - countFrom);

  var secondsInADay = 60 * 60 * 1000 * 24,
    secondsInAHour = 60 * 60 * 1000;

  days = Math.floor(timeDifference / (secondsInADay) * 1);
  years = Math.floor(days / 365);
  if (years > 1) { days = days - (years * 365) }
  hours = Math.floor((timeDifference % (secondsInADay)) / (secondsInAHour) * 1);
  mins = Math.floor(((timeDifference % (secondsInADay)) % (secondsInAHour)) / (60 * 1000) * 1);
  secs = Math.floor((((timeDifference % (secondsInADay)) % (secondsInAHour)) % (60 * 1000)) / 1000 * 1);

  var idEl = document.getElementById(id);
  idEl.style.removeProperty("visibility");
  idEl.getElementsByClassName('days')[0].innerHTML = days;
  idEl.getElementsByClassName('hours')[0].innerHTML = hours;
  idEl.getElementsByClassName('minutes')[0].innerHTML = mins;
  idEl.getElementsByClassName('seconds')[0].innerHTML = secs;

  clearTimeout(countUpFromTime.interval);
  countUpFromTime.interval = setTimeout(function () { countUpFromTime(countFrom, id); }, 1000);
}

I was also going to criticize Null for not using jquery since KF loads it, but this comes from an SO question so it's not Null original code, just a copy and paste job (unless this is his SO account).

Nigga, you jerk off to dogs. Kill yourself
 
View attachment 67127
The BossmanJack counter is not very efficient JS.

JavaScript:
window.onload = function () {
  // Month Day, Year Hour:Minute:Second, id-of-element-container
  countUpFromTime(1726606005692, 'countup1'); // ****** Change this line!
};

function countUpFromTime(countFrom, id) {
  countFrom = new Date(countFrom).getTime();
  var now = new Date(),
    countFrom = new Date(countFrom),
    timeDifference = (now - countFrom);

  var secondsInADay = 60 * 60 * 1000 * 24,
    secondsInAHour = 60 * 60 * 1000;

  days = Math.floor(timeDifference / (secondsInADay) * 1);
  years = Math.floor(days / 365);
  if (years > 1) { days = days - (years * 365) }
  hours = Math.floor((timeDifference % (secondsInADay)) / (secondsInAHour) * 1);
  mins = Math.floor(((timeDifference % (secondsInADay)) % (secondsInAHour)) / (60 * 1000) * 1);
  secs = Math.floor((((timeDifference % (secondsInADay)) % (secondsInAHour)) % (60 * 1000)) / 1000 * 1);

  var idEl = document.getElementById(id);
  idEl.style.removeProperty("visibility");
  idEl.getElementsByClassName('days')[0].innerHTML = days;
  idEl.getElementsByClassName('hours')[0].innerHTML = hours;
  idEl.getElementsByClassName('minutes')[0].innerHTML = mins;
  idEl.getElementsByClassName('seconds')[0].innerHTML = secs;

  clearTimeout(countUpFromTime.interval);
  countUpFromTime.interval = setTimeout(function () { countUpFromTime(countFrom, id); }, 1000);
}

I was going to criticize Null for not using jquery since KF loads it, but this isn't Null original code, just a copy and paste job.

he couldn't even be arsed to use chatgpt. for fuck's sake
 
Kiwis and other virtue jerkers think that, but I doubt the internet or public as a whole do. "Teen" has been the #1 search term on porn sites since they became a thing.
They call them puriteens and KF is absolutely full of them. You're right though, in the real world almost no one cares.
he couldn't even be arsed to use chatgpt. for fuck's sake
I decided to try this and it took me exactly two chatgpt prompts to get better code that worked.
 
Last edited:
"Teen" has been the #1 search term on porn sites since they became a thing.
morbid fact: teenage/underage prostitution is now a common thing.

I wish I can make this up but no, this is an actual thing that's happening for years ever since services like onlyfans existed.

I decided to try this and it took me exactly two chatgpt prompts to get better code that worked.
lay it on us
 
Last edited:
really hilarious how AIs can outwit you. so much for the self-proclaimed (((security engineer)))

The Real Odd Opossum said:
Nigga, you jerk off to dogs. Kill yourself
lmao, now look who's talking. no one cares, ginger pedofur
 
Back
Top Bottom