Tried out the free (!) ElevenLabs app. For an absolutely free app (no subscriptions), it’s pretty slick. You can link to a news article and have it read to you in your favorite AI voice, or try out the new podcast tool where the article is summarized in podcast form.
It’s the beginning of the end for landline phone service.
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.
Happy New Year, y’all. 🎉
Knowing my anxiety type just gives me more anxiety. No thanks.