Well where's the proof that he created it? I'll happily stand corrected.
I just think that if we're going to attack someone, it's probably a good idea to use facts that are true and not made up (it's likely that op just misremembered the details) otherwise it just puts doubt on any further valid points. I've no interest in defending the guy but I do think we should try and keep our facts straight when we criticise someone.
It was always the version of events that I've read.
I just did a quick search and found this, a video claiming that he was a mod, but the majority of comments indicate it's not true and that it was debunked.
"unskilled" directly refers to the amount of training a job requires to do it. Anyone can wash dishes or do a newspaper round without any training. It's not a skill to wash a plate properly.
Anyone can do an unskilled job and be efficient at it in a short space of time.
If you're in the UK, suddenly being in a different country can be beneficial if you don't feel like having your face scanned or giving away your credit card details before engaging in some self-care.
public interface ICanTravelThroughTheAir
{
}
public class Flea : ICanTravelThroughTheAir
{
}
public class AircraftCarrier
{
private readonly List<ICanTravelThroughTheAir> _aircraft = new();
public void AddAircraft(ICanTravelThroughTheAir flyingThing)
{
_aircraft.Add(flyingThing);
}
}
public class Dog : AircraftCarrier
{
public void Woof()
{
Console.WriteLine("Bitch I'm an aircraft carrier!");
}
}
public static class Program
{
public int Main(string[] args)
{
var dog = new Dog();
for (var i = 0; i < 10000; i++)
{
dog.AddAircraft(new Flea());
}
dog.Woof();
}
}
I've been here for a little while now and I still find myself using Reddit to fill the gaps. But hopefully as more and more people join, then we get more content and engagement!
Salmon wanker!