Today’s unnecessary program:

var random = new Random();
var outputNum = random.Next(1, 1001);
Console.WriteLine(outputNum);
while (outputNum > 1)
{
	if (outputNum % 2 != 0)
	{
		outputNum++;
		Console.WriteLine(outputNum);
	}
	outputNum = outputNum / 2;
	Console.WriteLine(outputNum);
}

I’m happy to have been completely oblivious to Honey’s existence and to have always just searched coupon codes manually on the web. Like an animal.

Today’s unnecessary program:

for (var pow = 0; pow <= 21; pow++)
{
    for (var i = 1; i <= 9; i++)
    {
        var num = i * Math.Pow(10, pow);
        Console.WriteLine(num.ToString("N0"));
    }
}

Wishing happy new year after someone died in an explosion is crazy.

daringfireball.net/linked/20…

Happy New Year, y’all. 🎉

Knowing my anxiety type just gives me more anxiety. No thanks.

Finally got the upgrades I wanted on my 2012 4Runner:

  • Dash cam
  • Upgraded stereo to take advantage of Apple Car play
  • New backup cam (old one was not working correctly)
  • New lift gate switch because the Florida sun literally melted the old one.

Ha! Thanks for the mention, attorneyryan!